Remove the “read more”
-
The coding in my functions.php is:
function new_excerpt_more($more) {
return ‘ID) . ‘”>’ . ‘ [ Read More ]’ . ‘‘;
}
add_filter(‘excerpt_more’, ‘new_excerpt_more’);How do i remove the ‘read more’ and let it show the post in its entirety?
thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Remove the “read more”’ is closed to new replies.