wordpress categories and their subcategories
- by Ayrton
Hi I'm looking to obtain all the (parent) categories with their children accordingly (assuming you don't have grandchildren) and make the following structure
<div class="box">
<h3><a href="#">Parent Category I</a></h3>
<ul>
<li><a href="#">sub cat 1</a></li>
…