• Hello. Is it possible to show the category description text under a category name? I’ve got this: what should i put into it to show the description text?

    <ul class="categories">
    <?php wp_list_cats('sort_column=name&hide_empty=0'); ?>
    </ul>

    Can anybody help me with this?

Viewing 1 replies (of 1 total)
  • No you cannot show the description when listing the categories. The most you can do to use their description as a link title – so says the Codex, where you should have started your search before posting.

Viewing 1 replies (of 1 total)
  • The topic ‘Showing Category Description’ is closed to new replies.