Acme Themes

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in 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>
    }

Viewing 1 post (of 1 total)