How to display category descriptions next to category titles
-
I’ve searched this forum and outside it. SOme are close some are way off some might be what I’m looking for but the posts have been that long with that many edits i don’t know which is which?
I am using this code
<?php wp_list_categories('title_li=&hide_empty=0&exclude=1&use_desc_for_title=0'); ?>
to list all my categories (except #1) in heirarchy order. See here… https://www.perthmetro.net/asdan/modules/. I would like to display the categories in the exact same manner but with their descriptions simply suffixing from the end of the category name/link, I need it in heirarchy order…Thanks heaps,
Pete
- The topic ‘How to display category descriptions next to category titles’ is closed to new replies.