質問編集履歴

3

再々編集として

2017/03/11 15:57

投稿

sunsurf
sunsurf

スコア11

test CHANGED
File without changes
test CHANGED
@@ -10,17 +10,15 @@
10
10
 
11
11
 
12
12
 
13
+ ```
13
14
 
15
+ /*
14
16
 
15
- ```ccsには カスコード スタイルで
17
+ Template:keni62_wp_healthy_1701181535
16
18
 
17
- / *
19
+ Theme Name:keni62_wp_healthy_1701181535の子テーマ
18
20
 
19
- Template:keni62_wp_healthy_1701181535
20
-
21
- テーマ名:keni62_wp_healthy_1701181535の子テーマ
22
-
23
- * /
21
+ */
24
22
 
25
23
  ```
26
24
 
@@ -32,15 +30,15 @@
32
30
 
33
31
  ```
34
32
 
35
- <php
33
+ <?php
36
34
 
37
- add_action 'wp_enqueue_scripts' 'theme_enqueue_styles';
35
+ add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
38
36
 
39
- 関数theme_enqueue_styles(){
37
+ function theme_enqueue_styles() {
40
38
 
41
- wp_enqueue_style '親スタイル'get_template_directory_uri()。 '/style.css';
39
+ wp_enqueue_style( '親スタイル', get_template_directory_uri(). '/style.css' );
42
40
 
43
- }
41
+ }
44
42
 
45
43
  ```
46
44
 

2

コードブロックの再修正

2017/03/11 15:57

投稿

sunsurf
sunsurf

スコア11

test CHANGED
File without changes
test CHANGED
@@ -20,9 +20,9 @@
20
20
 
21
21
  テーマ名:keni62_wp_healthy_1701181535の子テーマ
22
22
 
23
- * /```
23
+ * /
24
24
 
25
-
25
+ ```
26
26
 
27
27
 
28
28
 
@@ -30,9 +30,9 @@
30
30
 
31
31
 
32
32
 
33
+ ```
33
34
 
34
-
35
- ```?<?php
35
+ ?<?php
36
36
 
37
37
  add_action( 'wp_enqueue_scripts'、 'theme_enqueue_styles');
38
38
 
@@ -40,7 +40,31 @@
40
40
 
41
41
  wp_enqueue_style( '親スタイル'、get_template_directory_uri()。 '/style.css');
42
42
 
43
+ }
44
+
43
- } ```
45
+ ```
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
44
68
 
45
69
 
46
70
 

1

コードをバッククオート3つで囲み改行しました。

2017/03/11 13:07

投稿

sunsurf
sunsurf

スコア11

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,9 @@
10
10
 
11
11
 
12
12
 
13
+
14
+
13
- ccsには カスコード スタイルで
15
+ ```ccsには カスコード スタイルで
14
16
 
15
17
  / *
16
18
 
@@ -18,13 +20,19 @@
18
20
 
19
21
  テーマ名:keni62_wp_healthy_1701181535の子テーマ
20
22
 
21
- * /
23
+ * /```
24
+
25
+
22
26
 
23
27
 
24
28
 
25
29
  phpにはphpファイルで
26
30
 
31
+
32
+
33
+
34
+
27
- ?<?php
35
+ ```?<?php
28
36
 
29
37
  add_action( 'wp_enqueue_scripts'、 'theme_enqueue_styles');
30
38
 
@@ -32,7 +40,11 @@
32
40
 
33
41
  wp_enqueue_style( '親スタイル'、get_template_directory_uri()。 '/style.css');
34
42
 
35
- }
43
+ } ```
44
+
45
+
46
+
47
+
36
48
 
37
49
  をつくる
38
50