Skip to content

Instantly share code, notes, and snippets.

@furahaclothing
Created September 13, 2012 08:25
Show Gist options
  • Save furahaclothing/3712851 to your computer and use it in GitHub Desktop.
Save furahaclothing/3712851 to your computer and use it in GitHub Desktop.
wordpress-カスタム分類の記事に使われたタグの出力-
<?php echo get_the_term_list( $post->ID, 'blog-tag', 'TAG: ', ' , ', '' ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment