rickydeez
Member
Posted 5 years ago #
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.
rickydeez
Member
Posted 5 years ago #
Just tried that and still get nothing:
<div class="navigation"><p><?php posts_nav_link(); ?></p></div>
It only displays 10 articles per category.
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.