Title: Listing posts from certain category
Last modified: August 1, 2017

---

# Listing posts from certain category

 *  [maresj](https://wordpress.org/support/users/maresj/)
 * (@maresj)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/listing-posts-from-certain-category/)
 * Dear Iconic team,
 * I have a page, where I want to list only posts from one category. I have created
   this modification:
 *     ```
       	<?php if ( have_posts() ) : ?>
   
       			<?php /* Start the Loop */ ?>
       			<?php query_posts('cat=3'); ?>
       			<?php while ( have_posts() ) : the_post(); ?>
   
       				<?php get_template_part( 'content', get_post_format() ); ?>
       ```
   
 * But this prevents pagination from working. Is there a way to lists posts from
   one category and have pagination working?
 * Thank you for your reply.
 * Best regards,
    Jan

The topic ‘Listing posts from certain category’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/iconic-one/3.3/screenshot.png)
 * Iconic One
 * [Support Threads](https://wordpress.org/support/theme/iconic-one/)
 * [Active Topics](https://wordpress.org/support/theme/iconic-one/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/iconic-one/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/iconic-one/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [maresj](https://wordpress.org/support/users/maresj/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/listing-posts-from-certain-category/)
 * Status: not resolved