Skip to content

Instantly share code, notes, and snippets.

@furahaclothing
Created September 13, 2012 08:28
Show Gist options
  • Save furahaclothing/3712861 to your computer and use it in GitHub Desktop.
Save furahaclothing/3712861 to your computer and use it in GitHub Desktop.
wordpress-カスタム分類の記事毎のカテゴリー出力-
<?php
$taxo_list = get_the_term_list( $post->ID, 'blog-cat', '<strong>categotry:</strong> ', ', ', '' );
if ( $taxo_list ):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment