hi, i'm tearing my hair out with this Wordpress problem. in a category section, i'm trying to display 5 posts on the first page and then the default number of posts (set to 6) on the 2nd and subsequent pages.
i've tried using query_posts('posts_per_page=5') on the first page but then the 2nd page displays posts 7 to 12 instead of posts 6 to 11 which is what i need. there is no continuity in the posts during the pagination between page 1 and page 2 when using posts_per_page.
i've come across a lot of articles on the web that seem to relate to this problem but can't find any solutions that work. please help if you can!
thanks!