- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
「関数リファレンス/get the taxonomies」の版間の差分
提供: WordPress Codex 日本語版
< 関数リファレンス
(en:Function Reference/get the taxonomies 21:28, 16 January 2013 Taupecat 版) |
細 (和訳の準備のみ。) |
||
1行目: | 1行目: | ||
+ | {{NeedTrans}} | ||
+ | |||
== Description == | == Description == | ||
5行目: | 7行目: | ||
== Usage == | == Usage == | ||
− | + | <pre> | |
+ | <?php get_the_taxonomies(); ?> | ||
+ | </pre> | ||
== Parameters == | == Parameters == | ||
31行目: | 35行目: | ||
{{Tag Footer}} | {{Tag Footer}} | ||
+ | |||
+ | |||
+ | {{原文|Function Reference/get the taxonomies|126052}} <!-- 21:28, 16 January 2013 Taupecat --> | ||
+ | |||
+ | {{DEFAULTSORT:Get_the_taxonomy}} | ||
+ | [[Category:タクソノミー]] | ||
+ | |||
+ | [[en:Function Reference/get the taxonomies]] |
2014年7月6日 (日) 01:08時点における版
このページ「関数リファレンス/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
関数リファレンス、テンプレートタグ目次もご覧ください。
最新英語版: WordPress Codex » Function Reference/get the taxonomies (最新版との差分)