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>

Warning: A non-numeric value encountered in /home/users/1/creamuinc/web/creamu.co.jp/wp/wp-content/plugins/wp-social-bookmarking-light/vendor/twig/twig/lib/Twig/Environment.php(462) : eval()'d code on line 43

Warning: A non-numeric value encountered in /home/users/1/creamuinc/web/creamu.co.jp/wp/wp-content/plugins/wp-social-bookmarking-light/vendor/twig/twig/lib/Twig/Environment.php(462) : eval()'d code on line 43

Warning: A non-numeric value encountered in /home/users/1/creamuinc/web/creamu.co.jp/wp/wp-content/plugins/wp-social-bookmarking-light/vendor/twig/twig/lib/Twig/Environment.php(462) : eval()'d code on line 43