• Resolved rbarron

    (@rbarron)


    Been searching this forum for solutions to the older posts problem and have ended up using

    query_posts(‘cat=-55,-59&posts_per_page=3&paged=’.get_query_var(‘paged’));

    This displays the 2nd page back but not the 3rd – any ideas are greatly appreciated.

    Thank you ….. Rick

Viewing 3 replies - 1 through 3 (of 3 total)
  • solutions to the older posts problem

    Please explain in greater detail – site links help too.

    This is related to settings of your blog. It seems that “Blog pages show at most” in Settings > Reading is more than 3. Try by changing it to 3.

    Explanation: When you pass paged variable in query_posts() function it do the paging based on the settings in Admin interface not on the posts_per_page parameter you passed.

    Thread Starter rbarron

    (@rbarron)

    Perfect frizax, thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Older Posts Works Once But Not Twice’ is closed to new replies.