How to set query_posts() on category page???
-
AOA,
I want a link on category page that should navigate to next post of the same category.My category page link seems like this.
https://phphost/wp_mahasib/edition/abbotabadI have used the following code to generate the link
<?php query_posts('posts_per_page=1'); if (have_posts()) : twentyeleven_content_nav('nav-above'); endif; ?>
The link is generated as below.
https://phphost/wp_mahasib/edition/abbotabad/page/2
but on clicking this link, it says “page not found.”
Any suggestion will be appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to set query_posts() on category page???’ is closed to new replies.