質問編集履歴

1

記載URL、使用WordPressテーマのリンク追加

2017/08/19 12:24

投稿

tuckQ
tuckQ

スコア64

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ###前提
2
2
 
3
- - WordPressのwriteeというテーマを使用しております。
3
+ - WordPressの[writee](https://ja.wordpress.org/themes/writee/)というテーマを使用しております。
4
4
 
5
5
  - 子テーマでCSS設定しても部分的に反映されないスタイルがあります。
6
6
 
@@ -22,13 +22,13 @@
22
22
 
23
23
  ```
24
24
 
25
- <link rel='stylesheet' id='parent-style-css' href='http://xxx.jp/wp/wp-content/themes/writee/assets/css/style-ltr.css?ver=4.8.1' type='text/css' media='all' />
25
+ <link rel='stylesheet' id='parent-style-css' href='http://example.com/wp/wp-content/themes/writee/assets/css/style-ltr.css?ver=4.8.1' type='text/css' media='all' />
26
-
26
+
27
- <link rel='stylesheet' id='child-style-css' href='http://xxx.jp/wp/wp-content/themes/writee-child/assets/css/style-ltr.css?ver=4.8.1' type='text/css' media='all' />
27
+ <link rel='stylesheet' id='child-style-css' href='http://example.com/wp/wp-content/themes/writee-child/assets/css/style-ltr.css?ver=4.8.1' type='text/css' media='all' />
28
-
28
+
29
- <link rel='stylesheet' id='WRT-style-css' href='http://xxx.jp/wp/wp-content/themes/writee/style.css?ver=4.8.1' type='text/css' media='all' />
29
+ <link rel='stylesheet' id='WRT-style-css' href='http://example.com/wp/wp-content/themes/writee/style.css?ver=4.8.1' type='text/css' media='all' />
30
-
30
+
31
- <link rel='stylesheet' id='WRT-main-style-css' href='http://xxx.jp/wp/wp-content/themes/writee/assets/css/style-ltr.css?ver=4.8.1' type='text/css' media='all' />
31
+ <link rel='stylesheet' id='WRT-main-style-css' href='http://example.com/wp/wp-content/themes/writee/assets/css/style-ltr.css?ver=4.8.1' type='text/css' media='all' />
32
32
 
33
33
  <style type="text/css">.entry-content a,a:active, a:focus, a:hover{color:#bf9e3b}.social-navigation.theme-colors,
34
34