get_the_terms() does not work:
-
<?php global $post; echo $post->ID . '<br />'; // works echo get_the_term_list($post->ID, 'ip_ratings', 'Camera IP Ratings: ', ', ', '' ); // does not work echo <?php wp_get_object_terms($post->ID, 'camera-types'); ?> ?>what am i doing incorrect.. I am using this in custom post types
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘get_the_terms() does not work:’ is closed to new replies.