• I have inserted the ‘Read More’ in the content of my static page and it works in the way that it cuts off the content after it. And when clicked, adds ‘#more-36’ (guessing 36 is the page id?) to the url BUT it does nothing else, leaving the rest of the content ‘hidden’. This is the code on the template page.

    <?php
    global $more;
    $more = 0;
    ?>
    <?php the_content(‘Ler mais’); ?>
    Additional info: – I use the permalink structure – site/blog/%postname%/

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress – 'Read more' link on static page shows but doesn't work’ is closed to new replies.