'post', 'post_status' => 'publish', 'posts_per_page' => $post_pp, 'ignore_sticky_posts' => 1, 'no_found_rows' => 1 ); if ( $advantage_options['fp_category'] > 0 && 1 == $advantage_options['fp_option'] ) $featured_args['category__in'] = $advantage_options['fp_category']; elseif (2 == $advantage_options['fp_option']) { $featured_args['meta_query'] = array( array( 'key' => '_advantage_featured', 'value' => 1, 'compare' => 'IN' ) ); } $featured = new WP_Query( $featured_args ); $count = 0; if ( $featured->have_posts() ) { echo '
'; } wp_reset_postdata(); advantage_nav_menu(); if ( ! empty( $advantage_options['headline'] ) || ! empty( $advantage_options['tagline'] ) ) { ?>