How can i hide Tags field when i dont add tag to post or show when i add some?
Some php code (how?) or plugin ?
How can i hide Tags field when i dont add tag to post or show when i add some?
Some php code (how?) or plugin ?
<?php echo get_the_term_list( $post->ID, 'post_tag', '<p>Tags: ', ', ', '</p>' ); ?>thank you ;)
This topic has been closed to new replies.