output genres in a dropdown menu
-
so here’s the current code theme uses:
<nav class=”menu-categories dropel”>
<div class=”dropdown”>
<div class=”dropdown-wrapper arrow-up-left”>
<ul class=”categories-list”>
<?php wp_list_categories(‘title_li=&hide_empty=0’); ?></div>
</div>
</nav>i am trying to modify it since yesterday, but to no avail.. anyone knows how to output the taxonomy ‘genre’ used by wpmoly to show up?
thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘output genres in a dropdown menu’ is closed to new replies.