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