Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Philipp Speck

    (@destio)

    Since WordPress 3.5 medias are handled like posts you can use:
    <?php print get_the_tag_list('<div>Tags: ',', ','</div>'); ?>
    I haven’t tried this, but it should work.

    Plugin Author Philipp Speck

    (@destio)

    `<?php print get_the_term_list( $post->ID, ‘media_tags’, ‘Tags: ‘, ‘, ‘, ” ); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Print Tags’ is closed to new replies.