View Single Post
  #2 ()  
Old 08-14-2008, 07:41 PM
mikebrad mikebrad is offline
Members
 
Join Date: Nov 2005
Posts: 751
Thanks: 0
Thanked 2 Times in 1 Post
Default

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.
Reply With Quote