Home › Forums › Back End › page navigation with query_post in wordpress › Re: page navigation with query_post in wordpress
August 12, 2010 at 10:59 pm
#81467
Member
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 .