Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Display Taxonomy terms #10005
    wpchef
    Participant

    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 ;
    		 }
    		
    	 }?>
    in reply to: Feed mail as preference #9868
    wpchef
    Participant

    No, it didn’t works, the email Feed by mail option keep on “NO”.

    D.

    in reply to: Custom fields stripeed out #9864
    wpchef
    Participant

    At the end I’ve used the theme option file in order to add a new field.

    D.

Viewing 3 posts - 1 through 3 (of 3 total)