MENU

get_category_parents

IDでソートされた、カテゴリーを含むカテゴリーの親のリストを返します。

Returns a list of the parents of a category, including the category, sorted by ID.

目次

get_category_parentsのファンクションタグ使用方法

[php] [/php]

‘»’で区切られたリンクと共に現在のカテゴリーの親カテゴリを返します。

Returns the parent categories of the current category with links separated by ‘≫’

[php][/php]

will output:

Internet ≫ Blogging ≫ WordPress ≫

get_category_parentsのパラメーター

category

(integer) 対象の親を返すための数値カテゴリIDです。デフォルトは現在のカテゴリで、1つの場合に設定されます。

(integer) The numeric category ID for which to return the parents. Defaults to current category, if one is set.

display link

(boolean) 表示されている各カテゴリへのリンクを作成します。

(boolean) Creates a link to each category displayed.

separator

(string) 各カテゴリーを区切る何かです。

(string) What to separate each category by.

nice name

(boolean) カテゴリーのナイス名を返すかどうか(デフォルトはFALSEです)。

(boolean) Return category nice name or not (defaults to FALSE).

関連ファンクションタグ

the_category, the_category_rss, single_cat_title, category_description, wp_dropdown_categories, wp_list_categories, get_the_category, get_category_parents, get_category_link, is_category, in_category

よかったらシェアしてね!
  • URLをコピーしました!

この記事を書いた人

WordPress Love! 休日はほぼWordPress仲間と一緒に勉強会や写真を撮りに行っています。現在育児中のため、オフが多いです(>△<<<)

コメント

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

目次