質問編集履歴

3

2019/12/13 09:49

投稿

choco3270
choco3270

スコア5

test CHANGED
File without changes
test CHANGED
@@ -34,19 +34,11 @@
34
34
 
35
35
 
36
36
 
37
- ```ここに言語を入力
38
-
39
-
40
-
41
37
  jquery.min.js?ver=1.9.1:5 GET http://localhost/wordpress/wp-content/themes/Portfolio/images/prev.png 404 (Not Found)
42
38
 
43
39
  jquery.min.js?ver=1.9.1:5 GET http://localhost/wordpress/wp-content/themes/Portfolio/images/close.png 404 (Not Found)
44
40
 
45
41
  jquery.min.js?ver=1.9.1:5 GET http://localhost/wordpress/wp-content/themes/Portfolio/images/next.png 404 (Not Found)
46
-
47
-
48
-
49
- ```
50
42
 
51
43
 
52
44
 

2

2019/12/13 09:49

投稿

choco3270
choco3270

スコア5

test CHANGED
File without changes
test CHANGED
@@ -1,8 +1,4 @@
1
- ```ここに言語を入力
2
-
3
- コード
4
-
5
- ```前提・実現したいこと
1
+ 前提・実現したいこと
6
2
 
7
3
  Wordpress初心者です。
8
4
 

1

2019/12/13 09:49

投稿

choco3270
choco3270

スコア5

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,8 @@
1
+ ```ここに言語を入力
2
+
3
+ コード
4
+
1
- 前提・実現したいこと
5
+ ```前提・実現したいこと
2
6
 
3
7
  Wordpress初心者です。
4
8
 
@@ -32,6 +36,12 @@
32
36
 
33
37
  Wordpress化する前の段階では表示されていなかったエラーメッセージの表示
34
38
 
39
+
40
+
41
+ ```ここに言語を入力
42
+
43
+
44
+
35
45
  jquery.min.js?ver=1.9.1:5 GET http://localhost/wordpress/wp-content/themes/Portfolio/images/prev.png 404 (Not Found)
36
46
 
37
47
  jquery.min.js?ver=1.9.1:5 GET http://localhost/wordpress/wp-content/themes/Portfolio/images/close.png 404 (Not Found)
@@ -40,7 +50,17 @@
40
50
 
41
51
 
42
52
 
53
+ ```
54
+
55
+
56
+
43
57
  Wordpressでのscriptの読み込み
58
+
59
+
60
+
61
+ ```ここに言語を入力
62
+
63
+
44
64
 
45
65
  function my_script_init()
46
66
 
@@ -56,6 +76,10 @@
56
76
 
57
77
 
58
78
 
79
+ ```
80
+
81
+
82
+
59
83
 
60
84
 
61
85
  試したこと