Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi! You need to edit page.php, and locate:

    <?php the_content(); ?>

    Right after it, add:

    <?php wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>')); ?>

    Thread Starter anoza3112

    (@anoza3112)

    Thanks a lot for you quick response. I tried doing that but the Read More bar still doesn’t show up. These aren’t posts, it’s actually just one page that I keep updating with images and text. Does that matter? Thanks.

    I have the same problem, but I just want to use Read More… around text. Alex, I tried implementing your solution, but couldn’t get it to work. After updating the Page.php file I go back to edit my home page and click on the Insert More Tag button where I want to add the function, but it doesn’t show up when I update the page. Any other suggestions would be grateful!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add "Read More" Function to Page’ is closed to new replies.