• Hello,

    I’m workin’ with WP-page Navi, everythin’s working fine.

    i defined in the back office of my blog the number of posts to show.(10 for ex).i used that in the category page.

    i have another page where i should use the wp page navi but in this case i must show 20 posts per page for example.

    is there any possiblity to do that with wp page navi

Viewing 1 replies (of 1 total)
  • Thread Starter stitox

    (@stitox)

    i found the solution, this is what i needed

    <?php query_posts(‘posts_per_page=5&paged=’ . $paged); ?>

    Hope this answer help anybody has the same problem ^^

Viewing 1 replies (of 1 total)
  • The topic ‘changing number of displaying posts’ is closed to new replies.