Display Taxonomy terms Home › Forums › Newsletter Plugin Support › Display Taxonomy terms This topic has 2 replies, 2 voices, and was last updated 9 years, 10 months ago by wpchef. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts December 7, 2013 at 5:11 pm #9999 wpchefParticipant Hi Stefano, is it possible to display the taxonomy term associated to a custom post type ? Thank you. Dimitri December 7, 2013 at 5:34 pm #10002 StefanoKeymaster You need to create a custom Newsletter theme and look at how they can be extracted with the WordPress templates functions. December 7, 2013 at 10:09 pm #10005 wpchefParticipant I’ve done it. In the preview mode I can see them displayed but when I switch to “editing mode” they are “stripped out”… this is the code I use to call them <?php $terms = wp_get_post_terms($post->ID,'section'); $count = count($terms); if ( $count > 0 ){ foreach ( $terms as $term ) { echo $term->name ; } }?> Author Posts Check out our premium plans with priority support. Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In