@version 0.2.2
@since Version 0.1
@todo Check the markup http://validator.w3.org/
For Those About to Rock. Fire!
*/
?>
$sticky,
'ignore_sticky_posts' => 1,
'posts_per_page' => 1,
'paged' => $paged
);
$featured_query = new WP_Query( $args );
?>
have_posts() ) : ?>
have_posts() ) : $featured_query->the_post();
$do_not_duplicate = $post->ID; ?>
'news',*/
'cat' => 1,
'posts_per_page' => 3,
'paged' => $paged
);
$featured_query = new WP_Query( $args );
?>
have_posts() ) : $featured_query->the_post();
if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>