MENU

category_description

現在のカテゴリー (Posts > Categories)のカテゴリー設定画面で定義したカテゴリーの説明を返します。

Returns the description of a category defined in the category settings screen for the current category (Posts > Categories).

目次

category_descriptionのテンプレートタグ使用方法

[php] [/php]

category_descriptionのパラメーター

$category

(integer) タグが説明を返すカテゴリーの数字IDです。もし1つしか設定されていない場合、デフォルトは現在のカテゴリーです。

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

デフォルトの使い方

タグの戻り値をエコーすることによって、カテゴリーIDを指定し、カテゴリーの説明を表示します。カテゴリーが指定されてない場合は、カテゴリーページで指定し、現在のカテゴリーの説明を返します。

Displays the description of a category, given its id, by echoing the return value of the tag. If no category given and used on a category page, it returns the description of the current category.

[php]
[/php]

結果:

Result:

WordPressは私のお気に入りのブログのツールで、私はWordPressのここを使用してチップやトリックを共有しています。

WordPress is a favorite blogging tool of mine and I share tips and tricks for using WordPress here.

注:カテゴリーの説明がない場合、この関数はbrタグを返します。

Note: if there is no category description, the function returns a br tag

カテゴリースラッグを使う方法

カテゴリースラッグを使用して、カテゴリーの説明を表示します。

Displays the description of a category, using a category slug.

[php]term_id); ?> [/php]

カテゴリータイトルとカテゴリーの説明を一緒に表示する方法

[php]

:

[/php]

結果:

Result:

現在のWordPressを参照する:WordPressは私のお気に入りのブログのツールで、私はWordPressのここを使用してチップやトリックを共有しています。

Currently browsing WordPress: WordPress is a favorite blogging tool of mine and I share tips and tricks for using WordPress here.

関連テンプレートタグ

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 を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

目次