Ad Category Lists
Im trying to display the child categories of a parent in a list.
I am using the following code:
<?php echo cp_create_categories_list('dir','orderby=id&show_c ount=1&use_desc_for_title=0&child_of=38'); ?>
I am getting the list of everything now. How do I display only the subcategories of a parent?