Forums

listing the children of a particular category in the sidebar (3 posts)

  1. lister110
    Member
    Posted 2 years ago #

    H everyone.. I am using this code to try to list only the children of a particular category but I cant seem to find the id of the parent category, I am building this locally on my mac. How can I find this out?

    heres the code

    <?php wp_list_categories('orderby=id&show_count=1&use_desc_for_title=0&child_of=XX&title_li='); ?>

    please help...

  2. MichaelH
    Volunteer
    Posted 2 years ago #

  3. timh555
    Member
    Posted 2 years ago #

    You can also look at the URL when you browse to that category... you'll see something like this:

    domain.com/wp-admin/categories.php?action=edit&cat_ID=232

    cat id = 232

Topic Closed

This topic has been closed to new replies.

About this Topic