fouadovic
Member
Posted 3 months 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
mohitkr05
Member
Posted 3 months 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 3 months ago #
Juanita99
Member
Posted 3 months ago #
Really easy to use and efficient! Thank you!