Exclude categories from php the_category if their parent is…
-
Hi,
There’s this line of code in a theme I bought:
<div class="category"><?php the_category(', ') ?></div>
It shows all of the categories a post is related to at the homepage and some other pages.
There are two top categories (tag_ID=36 and tag_ID=15). A post never belongs to a top category but to multiple sub-categories that are under these 2 main categories.
I’d like php the_category to show only sub-categories which their parent is not 36 (exclude).
Or alternatively, show only sub-categories their parent is 15.How can I do it ?
Thanks !
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Exclude categories from php the_category if their parent is…’ is closed to new replies.