post__not_in only excluding first post in array
- by fightstarr20
I am using two query_posts loops to firstly display a set of posts with a custom field of '2012' and then the second loop to display everything else excluding the posts it returned in the first...
<?php
if( get_query_var('paged') < 2 ) { ?>
<?php
query_posts( array(
'post_type' => 'project',
'meta_key' =>…