Forums
Forums / Plugins / catlist plugin
(@buttonedorg)
16 years, 4 months ago
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/
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/
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.
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)
15 years, 9 months ago
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
The topic ‘catlist plugin’ is closed to new replies.