- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
関数リファレンス/get the taxonomies
このページ「関数リファレンス/get the taxonomies」は未翻訳です。和訳や日本語情報を加筆してくださる協力者を求めています。
Description
This function can be used within the loop. It will also return an array of the taxonomies with links to the taxonomy and name.
Usage
<?php get_the_taxonomies(); ?>
Parameters
- post
- (int) (optional) The post ID to get taxonomies of.
- 初期値: 0
- args
- (array) (optional) Overrides the defaults.
- 初期値: なし
Return Values
- (Array)
Array ( [taxnomy_slug] => Taxonomy Name: <a href='http://yourdomain.com/Term_Slug/'>Term Name</a>. )
Source File
the_taxonomies() is located in wp-includes/taxonomy.php
.
Related
the_taxonomies, the_tags, the_category
カスタム分類: get_taxonomy(), taxonomy_exists(), register_taxonomy(), get_taxonomies(), the_taxonomies(), get_taxonomy_labels(), get_taxonomy_template(), is_object_in_taxonomy(), get_the_taxonomies(), get_post_taxonomies(), get_object_taxonomies(), is_taxonomy_hierarchical()
最新英語版: WordPress Codex » Function Reference/get the taxonomies (最新版との差分)