• voice903fm

    (@voice903fm)


    I’m trying to use the MORE code on my TESTIMONIALS page located at: https://mauricewatts.com/2013/?page_id=120 and it’s not showing up.

    I click the MORE icon and it inserts the code but when I update it and then look at page it’s not breaking up the testimony.

    Please advise.

Viewing 1 replies (of 1 total)
  • Thread Starter voice903fm

    (@voice903fm)

    OK I found this post online on how to fix my problem.

    How to use Read More in Pages

    Please remember that the “Read More” tag is used only on the Home page which shows the latest posts. It does not work in “Pages”. If you want to turn it on in Pages too for showing a set of partial posts, use the following code inside the loop for the dynamic content:

    <?php the_content(‘Read the full article…’); ?>

    to

    <?php
    global $more;
    $more = 0;
    the_content(‘Read the full article…’);
    ?>

    But I need to know where am I placing this code? What page do I edit? Remember this is on a page now the index page.

Viewing 1 replies (of 1 total)
  • The topic ‘MORE code Not Working’ is closed to new replies.