Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Genre

    (@genre)

    Failing at this.

    Alright so according to the documentation it says that <!–More–> doesn’t work on pages unless I insert:

    <?php
    global $more;
    $more = 0;
    ?>
    //The code must be inserted ahead of the call to the content
    
    <?php the_content('Continue Reading'); ?>

    I’m still not getting it to work though. I’ve inserted the first portion into the start of my Loop before the_content(), what more do I have to do…

    I’m trying to do something similar. I’m looking to have a page that lists the archived posts only in a particular category.

    Anything dealing with category and archives is hard to come by.

Viewing 2 replies - 1 through 2 (of 2 total)