Forums

[resolved] How to: tags (3 posts)

  1. yozz84
    Member
    Posted 1 year ago #

    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 ?

  2. MichaelH
    Volunteer
    Posted 1 year ago #

    <?php echo get_the_term_list( $post->ID, 'post_tag', '<p>Tags: ', ', ', '</p>' ); ?>
  3. yozz84
    Member
    Posted 1 year ago #

    thank you ;)

Topic Closed

This topic has been closed to new replies.

About this Topic