<?php the_title(); ?><?php the_content(); ?><?php the_permalink(); ?>↓サムネイル呼び出し
<?php the_post_thumbnail_url('large'); ?><?php the_time('Y.n.j'); ?>↓カスタムフィールド呼び出し
<?php the_field('text_field'); ?>↓ショートコード呼び出し
<?php echo do_shortcode('[]'); ?>
<?php the_title(); ?><?php the_content(); ?><?php the_permalink(); ?>↓サムネイル呼び出し
<?php the_post_thumbnail_url('large'); ?><?php the_time('Y.n.j'); ?>↓カスタムフィールド呼び出し
<?php the_field('text_field'); ?>↓ショートコード呼び出し
<?php echo do_shortcode('[]'); ?>