質問編集履歴
1
打ち間違い
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
<?php if( have_rows('main_area') ): ?>
|
19
|
-
<?php while( have_rows('
|
19
|
+
<?php while( have_rows('main_area') ): the_row();
|
20
20
|
|
21
21
|
$e_img = wp_get_attachment_image_src(get_sub_field('Image_area'), 'full');
|
22
22
|
$src = $e_img[0];
|