I'm trying to display a list of recent posts from a specific category. I've been scouring all over the interweb looking for solutions, and everything I try only works half way.
No matter what I do, the resulting list displays 6 posts, regardless of what I set it to. Both of the following seem to work, yet they both return 6 posts. At first I thought I must be missing something, but after trying countless different options, and noticing that it's always 6 posts, I'm thinking there's something else at work. Any ideas?
No matter what I do, the resulting list displays 6 posts, regardless of what I set it to. Both of the following seem to work, yet they both return 6 posts. At first I thought I must be missing something, but after trying countless different options, and noticing that it's always 6 posts, I'm thinking there's something else at work. Any ideas?
Also, you should be clearing your query_posts with:
I'm also very rusty right now, but I don't remember having such issues with simple things like this.
Is this more proper?
Still doesn't work. There's 4 posts in that category and all 4 are listed rather than 3
Thanks for the help to both of you!