Excerpt Read More
-
I want to limit the amount of character from my blog post. I am using this code on the function.php but it list alot of text:
function new_excerpt_more( $more ) {
return ‘ ‘ . __(‘Read More’, ‘your-text-domain’) . ‘‘;
}
add_filter( ‘excerpt_more’, ‘new_excerpt_more’ );any help would be appreciated.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Excerpt Read More’ is closed to new replies.