自分用メモ
リンクなしver
<?php $cat = get_the_category(); $cat = $cat[0]; { echo $cat->cat_name; } ?>
リンクありVer
<?php the_category(); ?>
Go to list of users who liked
More than 1 year has passed since last update.
自分用メモ
リンクなしver
<?php $cat = get_the_category(); $cat = $cat[0]; { echo $cat->cat_name; } ?>
リンクありVer
<?php the_category(); ?>
Register as a new user and use Qiita more conveniently
Go to list of users who liked