Forums
Forums / Themes and Templates / Multi-column category list
(@meriadoctookme)
17 years, 3 months ago
Hello,
I’d like to list my categories in a column format, probably in my footer. Is there a way to do this so that they’re organized alphabetically, but instead of just running down the page, splitting into columns?
Right now I only use the basic code:
<ul> <?php wp_list_categories('orderby=name&title_li='); ?> </ul>
I found a plugin via the forum!
http://wordpress.org/support/topic/230661?replies=2
The topic ‘Multi-column category list’ is closed to new replies.