Display values from custom taxonomy on search results page
-
I’ve built several new custom taxonomies (genre, platform, date & artist), which are all part of the new custom post type called “show”. On the search results page, I want to display the value corresponding to each custom field/taxonomy in the preview.
How do I display the value of any given custom taxonomy with PHP?
I tried this, but it doesn’t work:
<?php cptui_register_my_taxes_genre( ‘genre’, ‘show’ ); ?>“cptui_register_my_taxes_genre” is the function
“genre” is the custom tax
“show” is the custom post typeI know I’m CLOSE…
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Display values from custom taxonomy on search results page’ is closed to new replies.