[Solved] WordPress Custom Query Help
-
I am trying to setup a custom Archives page and I am trying to obtain all Posts for a given page and loop through them and link them by title on the page, however I want to exclude a particular category (3) from the query, where am I going wrong with this, it is returning all posts for the month from both of my categories instead of just the one.
Maybe I'm not understanding exactly what you're doing, but is there any reason why you're not using query_posts?
Because I'm a moron and didn't think that would work, lol, but it worked just fine, it always ends up being the easiest thing, thanks for pointing me in the right direction.Add a Comment