I want to create a loop that excludes a category and only displays a certain number of posts per page.
I have tried both have_posts and query_posts to do this, but I'm a bit stuck on the most effective method. What would you use to do this?
|
I want to create a loop that excludes a category and only displays a certain number of posts per page. I have tried both have_posts and query_posts to do this, but I'm a bit stuck on the most effective method. What would you use to do this? |
|||
|
|
|
Just use a custom query like this:
|
|||
|
|