Best Premium and Free WordPress Themes › Forums › AcmeBlog › "Continue Reading" link to appear with Read More Tag › Reply To: "Continue Reading" link to appear with Read More Tag
October 13, 2016 at 3:49 am
#9805
acmethemes
Keymaster
Add the below code by replacing the previous codes:
if ( !function_exists('acmeblog_excerpt_more') ) :
function acmeblog_excerpt_more($more) {
return '<a href="'.get_permalink().'">'.__('Read More').'</a>';
}
endif;
add_filter('excerpt_more', 'acmeblog_excerpt_more');
Make sure, there is no any code errors while adding the codes.
Let us know about the result.
Regards,
Acme Supports