Title: WP Categories and Posts
Last modified: August 19, 2016

---

# WP Categories and Posts

 *  [michaelhyatt](https://wordpress.org/support/users/michaelhyatt/)
 * (@michaelhyatt)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/wp-categories-and-posts/)
 * I am attempting to modify my Archives page. However, I am stuck.
 * I basically want to use the **WP Categories and Posts** plugin to list each my
   categories with ALL the posts under that. I am almost there. The page currently
   [looks like this](http://michaelhyatt.com/archives).
 * The PHP code that drives this in in the Archives.php file. It now looks like 
   this:
 *     ```
       <?php
       /*
       Template Name: Archives
       */
       ?>
   
       <?php get_header(); ?>
   
           <?php if (function_exists('ronalfy_list_categories_and_posts')) { ?>
              <div class="posts-list">
              <h1>Archives</h1>
              <?php ronalfy_list_categories_and_posts(); ?>
              </div>
           <?php } ?>
   
       <?php get_footer(); ?>
       ```
   
 * What do I need to do to modify this so that it displays ALL my posts under each
   category? Right now it is defaulting to the last 3 posts.

The topic ‘WP Categories and Posts’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [michaelhyatt](https://wordpress.org/support/users/michaelhyatt/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/wp-categories-and-posts/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
