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