Forums
(@lordtrini)
14 years, 5 months ago
Thank you so very much… i got it to work
For the record the following works…
<?php wp_list_categories( array( 'orderby'=>'id', 'show_count'=>0, 'title_li'=>'', 'use_desc_for_title'=>1, 'depth'=> 1, 'child_of'=>$this_category->cat_ID, ) ); ?>