exclude category from archive?
-
How do I modify this code:
<div id=”archive”>
<?php $archive_query = new WP_Query(array(‘showposts’ => ‘1000’,’orderby’ => ‘date’, ‘order’ => ‘ASC’));
while ($archive_query->have_posts()) : $archive_query->the_post(); ?>
“><?php the_title(); ?><?php endwhile; ?>
To exclude a particular category?
Thank you!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘exclude category from archive?’ is closed to new replies.