- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
「関数リファレンス/get the taxonomies」の版間の差分
細 (和訳の準備のみ。) |
細 (→Related: {{Taxonomy Tags}} を追加。) |
||
34行目: | 34行目: | ||
[[Function_Reference/the_category|the_category]] | [[Function_Reference/the_category|the_category]] | ||
+ | {{Taxonomy Tags}} | ||
{{Tag Footer}} | {{Tag Footer}} | ||
− | |||
{{原文|Function Reference/get the taxonomies|126052}} <!-- 21:28, 16 January 2013 Taupecat --> | {{原文|Function Reference/get the taxonomies|126052}} <!-- 21:28, 16 January 2013 Taupecat --> |
2014年7月6日 (日) 01:32時点における版
このページ「関数リファレンス/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 (最新版との差分)