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 12, 2016 at 8:19 pm
#9800
JaLiRa
Participant
Thank you very much for your replay. To ensure I do understand correctly I would like to clarify. I have found in acmethemes/hooks/excerpts.php the following lines:
if ( !function_exists(‘acmeblog_excerpt_more’) ) :
function acmeblog_excerpt_more($more) {
return ‘…’;
}
You are saying to replace the given code. Does that mean the following?
if ( !function_exists(‘acmeblog_excerpt_more’) ) :
<p>“>Read More</p>
}