get_post query where posts don’t have a specific meta_key
-
Hello
With get_post I can get all the posts with a specific meta value.
like in:$myposts = get_posts('category=3&meta_key=feature-sidebar&meta_value=true');
But I want to get all the post wich don’t have the meta_key “sidebar” but are also in category 3. So exclude al posts in category 3 that have a meta_key “sidebar”.
is this possible without sql
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘get_post query where posts don’t have a specific meta_key’ is closed to new replies.