How can I add pagination to my TAGs pages?
for example I click on a tag and I only see last 5 post with that tag, and there are a lot more! but no pagination.
How can I add pagination to my TAGs pages?
for example I click on a tag and I only see last 5 post with that tag, and there are a lot more! but no pagination.
Edit the tag template file (presumably tag.php) and add <?php previous_posts_link('Newer Posts');?> <?php next_posts_link('Older Posts'); ?>
http://codex.wordpress.org/Template_Tags/next_posts_link
http://codex.wordpress.org/Template_Tags/previous_posts_link
This topic has been closed to new replies.