質問編集履歴
2
04/21ソースコード(HTML)追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -184,6 +184,36 @@
|
|
184
184
|
|
185
185
|
|
186
186
|
|
187
|
+
```ソースコード(F12)
|
188
|
+
|
189
|
+
<link rel='stylesheet' id='dashicons-css' href='wp-includes/css/dashicons.min.css?ver=5.7.1' media='all' />
|
190
|
+
|
191
|
+
<link rel='stylesheet' id='admin-bar-css' media='all' />
|
192
|
+
|
193
|
+
<link rel='stylesheet' id='wp-block-library-css' href='wp-includes/css/dist/block-library/style.min.css?ver=5.7.1' media='all' />
|
194
|
+
|
195
|
+
<link rel='stylesheet' id='wp-block-library-theme-css' href='wp-includes/css/dist/block-library/theme.min.css?ver=5.7.1' media='all' />
|
196
|
+
|
197
|
+
<link rel='stylesheet' id='parent-style-css' href='wp-content/themes/twentytwentyone/style.css?ver=5.7.1' media='all' />
|
198
|
+
|
199
|
+
<link rel='stylesheet' id='child-style-css' href='wp-content/themes/twentytwentyone_child/style.css?ver=5.7.1' media='all' />
|
200
|
+
|
201
|
+
<link rel='stylesheet' id='twenty-twenty-one-style-css' href='wp-content/themes/twentytwentyone/style.css?ver=1.1' media='all' />
|
202
|
+
|
203
|
+
<style id='twenty-twenty-one-style-inline-css'>
|
204
|
+
|
205
|
+
/*ながいので省略*/
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
</style>
|
210
|
+
|
211
|
+
<link rel='stylesheet' id='twenty-twenty-one-print-style-css' href='wp-content/themes/twentytwentyone/assets/css/print.css?ver=1.1' media='print' />
|
212
|
+
|
213
|
+
```
|
214
|
+
|
215
|
+
|
216
|
+
|
187
217
|
### 検証済みの内容
|
188
218
|
|
189
219
|
- wp_enqueue_styleの第一引数をparent-styleからtwenty-twenty-one-styleに変更
|
1
書式崩れ修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,11 +30,7 @@
|
|
30
30
|
|
31
31
|
↓
|
32
32
|
|
33
|
-
いじってた親テーマのCSSの20行目以降
|
33
|
+
いじってた親テーマのCSSの20行目以降
|
34
|
-
|
35
|
-
コード
|
36
|
-
|
37
|
-
```
|
38
34
|
|
39
35
|
```
|
40
36
|
|