Almost all themes display categories (with its permalink) by default. I am looking for similar type of code to add in my theme. From where can I get it?
To create custom taxonomies, I’m using More Taxonomies plugin.
Leave a Reply
You must be logged in to post a comment.
The easiest way to list terms of custom taxonomy and display them would be to use
For example in the loop, my custom taxonomy is ‘jobs’ list as li
None of the code on this page worked, but the example from the wordpress site did:
I got it from http://codex.wordpress.org/Function_Reference/get_the_term_list
Hope it helps other lost souls who would like to display the current post taxonomies 🙂
Check this out. it worked for me. i have a taxonomy named ‘stores’, and i wanted to display 2 taxonmies from it.