// page id 21 will get category ID 12 posts, page 16 will get category 32 posts, page 28 will get category 17 posts
$cat = array(8);
$showposts = -1; // -1 shows all posts
$do_not_show_stickies = 1; // 0 to show stickies
$args=array(
'category__in' => $cat,
‘showposts’ => $showposts,
‘caller_get_posts’ => $do_not_show_stickies
);
$my_query = new WP_Query($args);
?>
have_posts() ) : ?>
have_posts()) : $my_query->the_post(); ?>
//necessary to show the tags
global $wp_query;
$wp_query->in_the_loop = true;
?>
Sorry, but you are looking for something that isn’t here.
My Shopping Cart
Your cart is empty.