¥
<?php echo get_field('グループのフィールド名')['タイトル']; ?> <?php echo get_field('グループのフィールド名')['画像']; ?> <?php echo get_field('グループのフィールド名')['本文']; ?> <?php while ( have_posts() ) : the_post(); ?> <?php if( have_rows('グループのフィールド名') ): ?> <?php while( have_rows('グループのフィールド名') ): the_row(); ?> <?php the_sub_field('タイトル'); ?> <?php the_sub_field('画像'); ?> <?php the_sub_field('本文'); ?> <?php endwhile; ?> <?php endif; ?> <?php endwhile; ?>