blog
copyright ©
creamu Inc. All Rights Reserved.
art direction & design: Kunitaka Kawashimo
code, interaction & photography: creamu Inc.
category: Technology

WordPressで記事のカテゴリー名、カテゴリーリンクを表示する方法

Pocket

WordPressで記事のカテゴリー名、カテゴリーリンクを表示するコードです。 <a href=”/<?php $cat = get_the_category(); $cat = $cat[0]; {echo $cat->category_nicename;} ?>”><?php $cat = get_the_category(); $cat = $cat[0]; { echo $cat->cat_name; } ?></a>