Forums

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

  1. lister110
    Member
    Posted 4 months 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
    moderator
    Posted 4 months ago #

  3. timh555
    Member
    Posted 3 months 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

Reply

You must log in to post.

About this Topic