• Resolved retrobeat

    (@retrobeat)


    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter retrobeat

    (@retrobeat)

    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….

    Thread Starter retrobeat

    (@retrobeat)

    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….

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

The topic ‘2 Simple Questions’ is closed to new replies.