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

the_category_head (非推奨)

概要

現在のカテゴリー名が前に表示したカテゴリー名と異なっていると、そのカテゴリー名を表示します

用法

<?php the_category_head('before', 'after') ?>

引数

before (string)

(string)
カテゴリーの前に表示する文字列(デフォルト : '')

after (string)

(string)
カテゴリーの後ろに表示する文字列(デフォルト : '')

用例

-