• Is there another function that will allow me to display the category descriptions underneath the category instead of wp_list_cats().

Viewing 5 replies - 1 through 5 (of 5 total)
  • EDIT:- Delete please

    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.

    http://codex.wordpress.org/Template_Tags/category_description may help

    But, I feel you may need to build it.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘wp_list_cats() category description’ is closed to new replies.