About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
chihung
11/15/2019 - 6:21 AM
share
Share
add_circle_outline
Save
list all category of an taxonomy
list all category of an taxonomy.php
content_copy
file_download
<?php foreach (get_the_terms(get_the_ID(), 'school_year') as $cat) { echo $cat->name; } ?>
clear