• Hi Alexander

    I am willing to show content on home page before more tag is inserted, but the_content(‘Read More…’) is not working. Is this function overridden anywhere in the theme or any other clue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi I’m facing the same problem on my blog. The read more button is not working with this theme. Is there a solution for this problem?
    link to my blog is

    https://teckfreeks.com

    Had the same problem! Replace the line
    return '...'; in the functions.php with
    return '<a class="yourstyle" href="'. get_permalink($post->ID) . '"> read more</a>';
    Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘the_content('Read More…') not working’ is closed to new replies.