How can I implement this using wp_list_categories ?
<ul class="select">
PARENT CATEGORY
<ul class="sub">
How can I implement this using wp_list_categories ?
<ul class="select">
PARENT CATEGORY
<ul class="sub">
Here are the parameters for wp_list_categories:
http://codex.wordpress.org/Template_Tags/wp_list_categories
This topic has been closed to new replies.