8, 'ignore_sticky_posts' => 1, 'post__not_in' => get_option( 'sticky_posts' ), 'meta_query' => array( array( 'key' => 'blogdesign-featured', 'value' => 'yes' ) ) ); $wp_query = new WP_Query($args); if ( $wp_query->have_posts() && (!get_query_var('paged')) ) { ?>