teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

見やすいように配置変更

2017/11/16 03:50

投稿

退会済みユーザー
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を入れています。