• Hi,

    I would like to add read more option on pages.
    I’ve inserted below code to page.php but the left side page template gets all messed up and the link (Continue reading) doesn’t work:

    <?php
    global $more;
    $more = 0;
    ?>
    //The code must be inserted ahead of the call the_content, but AFTER the_post()
    
    <?php the_cont

    ent(‘Continue Reading’); ?>
    `
    Any suggestions?

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

    (@quince85)

    <?php
    global $more;
    $more = 0;
    ?>
    //The code must be inserted ahead of the call the_content, but AFTER the_post()
    
    <?php the_content('Continue Reading'); ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Read more option on pages’ is closed to new replies.