'post', 'posts_per_page' => 3 - $sticky ); $loop = new WP_Query( $args ); $i = 0; global $best_doNotGetDuplicates; if( !is_array( $best_doNotGetDuplicates ) ){ $best_doNotGetDuplicates = array(); } if ( $loop->have_posts() ) : while ( $loop->have_posts() ) : $loop->the_post(); $best_doNotGetDuplicates[] = $post->ID; $meta = get_post_custom( $post->ID ); ?>