I have a template page dedicated to a specific category of posts, and I'm trying to offer page navigation within this page - but it's not working :? I'm using WP-PageNavi. Here's what my code looks like:
Try this <?php query_posts('cat=5&showposts=5&paged=' . $paged); ?> or <?php query_posts("cat=5&showposts=5&paged=$paged"); ?> may this helps you to solve out your problem .
I want to show 5 posts or so on a page, then offer navigation at the bottom. Any ideas what I'm doing wrong here?
Thanks!