Answers for "get custom taxonomy term s of current post wp"

PHP
4

wordpress get taxonomy of a post

<?php $term_obj_list = get_the_terms( $post->ID, 'taxonomy_name' ); ?>
Posted by: Guest on July-09-2020

Code answers related to "get custom taxonomy term s of current post wp"

Browse Popular Code Answers by Language