3, 'ignore_sticky_posts' => true, 'no_found_rows' => true, 'cache_results' => false, ); $featured_posts_categories = (array) blog_up_get_option( 'featured_posts_categories' ); if ( ! empty( $featured_posts_categories ) ) { $feat_args['category__in'] = (array) $featured_posts_categories; } $feat_query = new WP_Query( apply_filters( 'blog_up_featured_posts_query_args', $feat_args ) ); if ( $feat_query->have_posts() ) : while ( $feat_query->have_posts() ) : $feat_query->the_post(); ?>
', '' ); ?>