rvm4

Member

Forum Replies Created

  • In reply to: 'Read More' NOT showing up

    #11756

    Great theme! i’m using the [catlist] short code to pull posts to specific pages but the excerpt doesn’t create a “Read more…” (The title of the post is clickable but that’s not intuitive enough, evidently).

    According to WP, the Read more can be added to Pages by adding this code to the loop:

    <?php

    global $more;

    $more = 0;

    ?>

    //The code must be inserted ahead of the call to the content

    <?php the_content(‘Continue Reading’); ?>

    BUT, no matter where I place it in the loop.php, it either displays the code on the page or it does nothing.

Viewing 1 post (of 1 total)