'post', 'posts_per_page' => $slider_on_home_count, 'ignore_sticky_posts' => true, 'meta_query' => array( // only posts with thumbnail 'key' => '_thumbnail_id', 'compare' => 'EXISTS', ), ); $featured_query = new WP_Query( apply_filters( 'amp_wp_home_featured', $featured_args ) ); amp_wp_set_query( $featured_query ); ?>