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

概要

表示中のページが属しているカテゴリーを表示します

用法

<?php the_category('separator', 'parents'); ?>

引数

separator

(string)
カテゴリー一覧を表示するときのセパレーターに使用します

parents

'multiple'
親カテゴリー、子カテゴリー(サブカテゴリー)の両方にリンクを張ります
'single'
子カテゴリー(サブカテゴリー)にのみリンクを張ります

用例

-