Wordpress Document

Author tags

Category tags

Comment tags

Date and Time tags

General tags

Geo tags

Link tags

Links Manager tags

Permalink tags

Post tags

Trackback tags

WP/PHP General

get_category_parents

概要

特定のカテゴリーが属している親カテゴリーIDを返します

用法

<?php get_category_parents(category, display link, separator, nice name); ?>

引数

category (integer)

(カテゴリーID)

display link

(boolean)

separator (string)

(string)
カテゴリーを表示する際の区切り文字

nice name (boolean)

TRUE
ナイスネームを返す
FALSE
(デフォルト)

用例

-