rmmoul
12/18/2013 - 2:01 PM

custom posts query for only posts that have a features image (and ability to limit the number returned)

custom posts query for only posts that have a features image (and ability to limit the number returned)

$args=array('post_type'=>'post', 'posts_per_page'=>$total_posts_to_show, 'meta_key' => '_thumbnail_id');