So, you have a category heirarchy? If I understood correctly, you are wanting to show the children of the "current" category, correct?
Code:
$category = get_the_category();
$category = $category[0]->cat_ID;
wp_list_categories('orderby=id&show_count=1&use_desc_for_title=0&child_of='.$category);
Sometimes the code doesn't parse correctly here, pm me if you have any problems with it.
__________________
Voilą! In view, a humble vaudevillian veteran, cast vicariously as both victim and villain by the vicissitudes of Fate. This visage, no mere veneer of vanity, is a vestige of the vox populi, now vacant, vanished. However, this valorous visitation of a by-gone vexation, stands vivified and has vowed to vanquish these venal and virulent vermin van-guarding vice and vouchsafing the violently vicious and voracious violation of volition.
|