Seperate Main Categories from Sub Categories on Single.php
-
I want to do something like this on single.php
<div class="mainCategories"> LIST ALL MAIN CATEGORIES OF POST (AS LINKS) </div> <div class="subCategories"> LIST ALL SUB CATEGORIES OF POST (AS LINKS) </div>
What would be the best way to accomplish that?
- The topic ‘Seperate Main Categories from Sub Categories on Single.php’ is closed to new replies.