show posts from category
-
My theme is using a custom loop to generate posts. Can anyone tell me how to modify it so as to show posts from one category only?
<?php if ( have_posts() ) : ?> <?php $the_query = new WP_Query( array('posts_per_page'=>$mantra_options['mantra_frontpostscount']) ); ?> <?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘show posts from category’ is closed to new replies.