Forums
Home / Fixing WordPress / How to query posts without tags
(@blutarsky)
15 years, 11 months ago
Is there a way to query posts without tags?
Thanks
I mean, the following code query_posts("tag='blue'");
query_posts("tag='blue'");
Will get all the posts tagged “blue”….
How to get posts without tags?