Forums
Forums / Themes and Templates / 2 Simple Questions
(@retrobeat)
15 years, 9 months ago
Hello, i’m working on my custom skin and i;m using the fowling codes to display the categories and monthly archive in my sidebar:
<?php wp_list_categories('show_count=0&title_li='); ?> <?php wp_get_archives('type=monthly&limit=24'); ?>
My question is how can i also add the number of posts nest to every page/month link?
Example: Category A to Category A (X) where X is number of posts inside. Thank You in advance for Your help!
EDIT!
wow just find the half of the answer 🙂 show_count=0 to show_count=1 for categories, but still can’t figure it out about monthly archive….
The topic ‘2 Simple Questions’ is closed to new replies.