$post_ids, 'posts_per_page' => 5, 'no_found_rows' => true, ); $featured_query = new WP_Query( $query_arguments ); // Check if there are posts. if ( $featured_query->have_posts() ) : ?>