Hey all,
I was wondering how I can query posts that are not in a certain category.
I tried
query_posts('post_status=publish&post_type=post&category!=books&offset=5');
So I'm trying to get all published posts that are not in the category books, and then I have an offset of 5.
Thanks, Matt Mueller