Test Query

Because we know just how hard it is to get the size.

Test Query

WP Custom Query - Basics

'post', 'posts_per_page' => 1 ); $query = new WP_Query($args); while($query->have_posts()) : $query->the_post(); $dontshowthisguy = $post->ID; ?> 'post', 'posts_per_page' => 5, 'post__not_in' => array($dontshowthisguy) ); $query = new WP_Query($args); while($query->have_posts()) : $query->the_post(); ?>

0
YOUR CART
  • No products in the cart.