Title: Help With Post Query &#8211; identify all posts with no tags
Last modified: August 19, 2016

---

# Help With Post Query – identify all posts with no tags

 *  Resolved [kraftomatic](https://wordpress.org/support/users/kraftomatic/)
 * (@kraftomatic)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/help-with-post-query/)
 * Hello All,
 * I’m looking for help with a query. I’m trying to select posts that do not have
   any “tag” values. I would assume checking for any tagged value of null specifically
   would work. The query format would be something like this initially:
 *     ```
       $querystr = "
           SELECT wposts.*
           FROM $wpdb->posts wposts, $wpdb->postmeta wpostmeta
           WHERE wposts.ID = wpostmeta.post_id
           AND wpostmeta.meta_key = 'tag'
           AND wpostmeta.meta_value = 'email'
           AND wposts.post_status = 'publish'
           AND wposts.post_type = 'post'
           AND wposts.post_date < NOW()
           ORDER BY wposts.post_date DESC
        ";
       ```
   
 * I’m guessing it would be something similar to “AND wpostmeta.meta_key = ‘tag’“,
   but I can’t find the exact syntax.
 * Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/help-with-post-query/#post-1273957)
 * Not exactly the same thing, but davegonebananas’ response should help figure 
   it out:
 * [http://wordpress.org/support/topic/250451?replies=6#post-1007921](http://wordpress.org/support/topic/250451?replies=6#post-1007921)
 *  Thread Starter [kraftomatic](https://wordpress.org/support/users/kraftomatic/)
 * (@kraftomatic)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/help-with-post-query/#post-1273964)
 * Thanks Michael.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Help With Post Query – identify all posts with no tags’ is closed to 
new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [kraftomatic](https://wordpress.org/support/users/kraftomatic/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/help-with-post-query/#post-1273964)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
