- Acme Themes

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

#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>
}