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

WordPressでサムネイル画像にクラスをつける方法

Pocket

WordPressでサムネイル画像にクラスをつけるには、 以下のように記述します。 <?php the_post_thumbnail(‘medium’, array(‘class’ => ‘classname’)); ?>