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

質問編集履歴

1

コードの記載方法

2019/09/10 06:42

投稿

Marinn
Marinn

スコア6

title CHANGED
File without changes
body CHANGED
@@ -4,8 +4,8 @@
4
4
  こちらのコードがカスタム投稿追加の際functions.phpに入力したコードです。
5
5
  わかる方教えてください。
6
6
 
7
-
7
+ ```php
8
- /* カスタム投稿タイプを設定 */
8
+ /* カスタム投稿タイプを設定 */
9
9
  add_action( 'init', 'create_post_type' );
10
10
  add_theme_support('post-thumbnails');
11
11
 
@@ -27,4 +27,5 @@
27
27
 
28
28
  ]);
29
29
 
30
- }
30
+ }
31
+ ```