• Resolved christopherross

    (@christopherross)


    I know I can do a second lookup but is there an argument I can add here to only fetch posts with thumbnails?

    $args=array(
    ‘cat’=>78,
    ‘numberposts’=>4,
    ‘post__not_in’ => $exclude,
    );

    $feature_post = get_posts($args);

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘select only posts with feature images?’ is closed to new replies.