Query Posts WITHOUT Featured Image
-
Hi, I would like to query posts which don’t have a featured image. I searched Google and the WP Forums with no success so far… All I can find is how to query posts WITH featured images…
I tried this code but I can’t make it work like I want:
'post__not_in' => array( $thumb_id ), 'exclude' => get_post_thumbnail_id($id)
Thanks for your help!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Query Posts WITHOUT Featured Image’ is closed to new replies.