Quote:
Originally Posted by FlexxAeon
or put it in it's own category and then recode the loop to omit that category?
|
PHP Code:
<?php $recent = new WP_Query("cat=-4&showposts=4&offset=2"); while($recent->have_posts()) : $recent->the_post();?>
where -4 is -yourcat