• rickydeez

    (@rickydeez)


    On my category pages the Next/Prev links are missing and i cant get them to show.

    I have the following

    <div class=”alignleft”>
    <?php next_posts_link(‘« Older Entries’) ?>
    </div>
    <div class=”alignright”>
    <?php previous_posts_link(‘Newer Entries »’) ?>
    </div>

    But it doesnt show anything.

Viewing 3 replies - 1 through 3 (of 3 total)
  • iridiax

    (@iridiax)

    Thread Starter rickydeez

    (@rickydeez)

    Just tried that and still get nothing:

    <div class=”navigation”><p><?php posts_nav_link(); ?></p></div>

    It only displays 10 articles per category.

    iridiax

    (@iridiax)

    Do you have more than 10 posts in that category? Are you putting this in the loop?

    If your theme’s creator made the mistake of putting next_posts_link() and previous_post_link() on the category template page (these tags are for single posts), then I would suspect that there may be more errors lurking in the theme.

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

The topic ‘Missing Category Next/Prev links’ is closed to new replies.