質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -30,7 +30,6 @@
|
|
30
30
|
</a>
|
31
31
|
</li>
|
32
32
|
<? endwhile ?>
|
33
|
-
<?php wp_reset_postdata(); ?>
|
34
33
|
<?php endif ?>
|
35
34
|
</ul>
|
36
35
|
</div>
|
@@ -59,8 +58,8 @@
|
|
59
58
|
'total' => $the_query->max_num_pages
|
60
59
|
) );
|
61
60
|
?>
|
61
|
+
<?php wp_reset_postdata(); ?>
|
62
62
|
|
63
|
-
|
64
63
|
```
|
65
64
|
|
66
65
|
検索しても分からなかったので、質問させていただきました。
|