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.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
the easiest way to list terms of custom taxonomy and display them would be using
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 :) |
|||
|
|