Title: catlist plugin
Last modified: August 19, 2016

---

# catlist plugin

 *  Resolved [buttonedorg](https://wordpress.org/support/users/buttonedorg/)
 * (@buttonedorg)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/catlist-plugin/)
 * Im trying to make my categories show a list of posts instead of displaying a 
   single post. This addon was supposed to do that: [http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/](http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/)
 * I added the code to archive.php, which is the page that controls how categories
   are listed.
 * But as you can see, it doesn’t list anything, only displays the code I put in:
   [http://documentarystorm.com/category/history/](http://documentarystorm.com/category/history/)
 * What am I doing wrong? If this is the wrong plugin, is there another plugin that
   will display a list of posts like I want? Or any way I can modify the code.

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

 *  Thread Starter [buttonedorg](https://wordpress.org/support/users/buttonedorg/)
 * (@buttonedorg)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/catlist-plugin/#post-1299282)
 * Nevermind, I’m using this code for my archives page:
 *     ```
       <?php
        global $post;
       ob_start();
       $catid_v=the_category_ID();
       ob_end_clean();
        $myposts = get_posts("numberposts=10&offset=1&category=$catid_v");
        foreach($myposts as $post) :
          setup_postdata($post);
        ?>
       ```
   
 *  [pinkypillz](https://wordpress.org/support/users/pinkypillz/)
 * (@pinkypillz)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/catlist-plugin/#post-1299519)
 * hello buttonedorg,
 * I want my pages linked with categories. how can i do this? do i need to use catlist
   plugin? if yes then how it works can you tell me detailed answer.
 * thanks

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

The topic ‘catlist plugin’ is closed to new replies.

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)
 * [list](https://wordpress.org/support/topic-tag/list/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * 2 replies
 * 2 participants
 * Last reply from: [pinkypillz](https://wordpress.org/support/users/pinkypillz/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/catlist-plugin/#post-1299519)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
