Title: Category Template Modify help needed
Last modified: August 19, 2016

---

# Category Template Modify help needed

 *  Resolved [jituvai](https://wordpress.org/support/users/jituvai/)
 * (@jituvai)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/category-template-modify-help-needed/)
 * [http://tinyurl.com/nq6uxy](http://tinyurl.com/nq6uxy)
 * Look at the post link style in a category, how could they make this? Does they
   using any plugin that webmaster can set the first page total post 10 and into
   a category it can be 1000 post?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/category-template-modify-help-needed/#post-1183051)
 * You can modify the number of posts displayed per page on a per-template basis
   using query_posts.
 * [http://codex.wordpress.org/Template_Tags/query_posts](http://codex.wordpress.org/Template_Tags/query_posts)
 *  Thread Starter [jituvai](https://wordpress.org/support/users/jituvai/)
 * (@jituvai)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/category-template-modify-help-needed/#post-1183099)
 * sorry i am fully noob will you please tell me how can i do that? I have read 
   the page but still i could not figure out 🙁
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/category-template-modify-help-needed/#post-1183157)
 * If you have the number of posts per page set to 10 but want to show 50 posts 
   on your category page, you would need to edit (or create) your category template
   file (category.php) and add:
 * `<?php query_posts('showposts=50');?>`
 * immediately **before**:
 * `if ( have_posts() ) : while ( have_posts() ) : the_post();`
 * in that file.
 *  Thread Starter [jituvai](https://wordpress.org/support/users/jituvai/)
 * (@jituvai)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/category-template-modify-help-needed/#post-1183172)
 * thanks dude.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Category Template Modify help needed’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [jituvai](https://wordpress.org/support/users/jituvai/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/category-template-modify-help-needed/#post-1183172)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
