Thread Starter
vrada
(@vrada)
Excuse Me that was rude.
Yes there are category descriptor tags, but I want the functionality of wp_list_cats that show the category description. A Yes or no would suffice. If no, then I will build one.
So yes or no?
What you use to display their descriptions may depend on what you’re doing to list categories. You say you want something other than list_cats, but how are displaying categories now (if at all)? Can you provide a bit more info?
Thread Starter
vrada
(@vrada)
wp_list_cats(‘all=1&sort_column=ID&
list=1&optioncount=1&hide_empty=0&
use_desc_for_title=0&children=0&child_of=14′);
I am using this function. I would like to have the category descriptions show up as well.