WP THUMBNAIL

WordPressのサムネイル表示コードです。

ループ内に入れます。

<?php if(has_post_thumbnail()): ?>
	<?php the_post_thumbnail('large'); ?>
<?php endif; ?>