kmpoaquests
Member
Posted 3 years ago #
I have been reading the codex docs on how to format the way wordpress formats and shows categories via
<?php wp_list_cats(); ?>
But no matter what I do , I always end up with a Vertical List , Is there anyway I can make WordPress Display the Parent/Child Cats in a horizontal fashion ?
Please help
My website is here phatbrush.com
kmpoaquests
Member
Posted 3 years ago #
can anyone help ? I'd really appreciate it !
wp_list_cats shouldn't be used any more. It's been replaced by wp_list_categories.
http://codex.wordpress.org/Template_Tags/wp_list_categories
kmpoaquests
Member
Posted 3 years ago #
This code seems similar but could you give me an example of what is needed so that the cats is not listed in a vertical list but rather horizontally , with the Parent leading then children cats ?
kmpoaquests
Member
Posted 3 years ago #
does anyone have a clue ?