質問編集履歴
1
見やすいように配置変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,6 +9,7 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
ループは下記になっています。
|
12
|
+
```PHP
|
12
13
|
<?php
|
13
14
|
$args = array(
|
14
15
|
'post_type' => 'post', //投稿を表示
|
@@ -42,6 +43,7 @@
|
|
42
43
|
</div>
|
43
44
|
<?php endwhile; ?>
|
44
45
|
<?php endif; ?>
|
46
|
+
```
|
45
47
|
|
46
48
|
|
47
49
|
プラグインはAll in One SEO ,CPT UIを入れています。
|