From: Anthony Talarico Date: Wed, 3 Feb 2016 16:38:26 +0000 (-0500) Subject: removing duplicate posts from the separate loops X-Git-Tag: v1.1.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=101a7b134e220e70349f872c91f23eebb8c49c26;p=WP-Themes%2Fkeweenaw.git removing duplicate posts from the separate loops --- diff --git a/index.php b/index.php index 51f18c4..5e4f342 100644 --- a/index.php +++ b/index.php @@ -8,6 +8,7 @@ $the_query = new WP_Query($args); ?> have_posts()) : $the_query->the_post(); ?> + ID; ?>
ID, 'blog-feed-front'); ?> @@ -37,6 +38,7 @@ + ID == $do_not_duplicate) continue; ?>
ID, 'blog-feed-front'); ?>