Cart 0
Test Query
Because we know just how hard it is to get the size.
Test Query
'post',
'posts_per_page' => 5,
'post__not_in' => array($dontshowthisguy)
);
$query = new WP_Query($args);
while($query->have_posts()) : $query->the_post();
?>