• Hi gang

    I’ve been trying to add the “read more” on my front page and it doesn’t work.
    It’s not a post it’s a page, but it’s too long and I’d like to keep the front page compact.

    How?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Check your theme’s page.php for something like this:

    <div class="entry">
    <?php the_content('.. read more ..'); ?>
    </div>

    That said, it does not work for me either. THrough the WYSIWYG editor I can simply insert a Read More but it does not function.

    I also used the Forum Search and found the same discussion but no solution.

    Thread Starter substitute

    (@substitute)

    Great thanks!
    But it doesn’t work on my page: I do get the expected result but when I go on to page 2 I get page not found…so I may have to create another page with the content…

    hmmm, only if I type it into the html box and then it stays in when switching to the visual editor, showing in an identical style to the Readmore and after I enter <?php wp_link_pages(); ?> in my page.php

    But why does Readmore on a Page not work?

    Thread Starter substitute

    (@substitute)

    no idea…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Read More on a Page’ is closed to new replies.