Hello!
This is a small thing, but would like to more the ‘Read more’ link to the right side of the posts excerpts.
I use manual excerpts and added function:
//Read More Button For Excerpt
function custom_excerpt_read_more_link($output) {
global $post;
return $output . ’ ད་དུང་བལྟ་ཀློག • Read More • 閱讀更多’;
}
add_filter( ‘the_excerpt’, ‘custom_excerpt_read_more_link’ );
This works very well, but somehow I cannot change text-align position on .more-link or a.more-link class… Is there any way?
Website: dharmaebooks.org
thank you
beata