fouadovic
Member
Posted 2 years ago #
Hello everybody,
In the sidebar, i want to place the category list twice, but once as simple category list and once as a collection list. I'm looking for a plugin or a code to do it.
The collection can be just another way to display some categories.
Any help?
Thanks
Mohit Kumar
Member
Posted 2 years ago #
yeah
read this
http://codex.wordpress.org/Template_Tags/wp_list_categories
or you can simply add this
<?php wp_list_categories(); ?>
for all categories in your template where you want to do it.
fouadovic
Member
Posted 2 years ago #
Juanita99
Member
Posted 2 years ago #
Really easy to use and efficient! Thank you!