Skip to content

Instantly share code, notes, and snippets.

@furahaclothing
Created September 13, 2012 08:44
Show Gist options
  • Save furahaclothing/3712957 to your computer and use it in GitHub Desktop.
Save furahaclothing/3712957 to your computer and use it in GitHub Desktop.
wordpress-カスタム分類のタグ一覧リスト表示-
<ul>
<?php wp_list_categories('taxonomy=blog-tag&title_li='); ?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment