Loop of related post type terms
-
Hi,
I have two custom post types interrelated:
- 1 – Wine
- 2 – Grape variety
In a wine single page, you told me how to display the list of grape variety related to this current wine (using
wp_get_object_terms()
) It works perfect! ?? but its posible to get the related grape variety in a loop?This is because I’ve created custom fields in CPT Grape Variety, like pictures, descriptions, checks… which need to be displayed.
wp_get_object_terms() only allows to get name, id…
Thank you very much.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Loop of related post type terms’ is closed to new replies.