Find Custom Posts with No Tags
-
I need a little help with some custom code. Essentially I need to query a custom post type and only display the posts that have tags from my custom taxonomy.
I can query the custom post type, but I can’t figure out how to separate the posts with tags from the posts without.
If(has_tag) isn’t working. It just gives me zero results. If(!has_tag) shows me all of the custom posts regardless of whether they have a tag or not.
How do I build a query to find only the custom posts that contain a tag?
- The topic ‘Find Custom Posts with No Tags’ is closed to new replies.