回答編集履歴
1
修正
answer
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
> "notify": false
|
11
11
|
> },
|
12
12
|
|
13
|
-
のような設定ファイルです。( バージョンによっては、` "proxy": "localhost/wordpress/",` だったり、 `"proxy": "localhost/
|
13
|
+
のような設定ファイルです。( バージョンによっては、` "proxy": "localhost/wordpress/",` だったり、 `"proxy": "localhost/", ` だったりするようです。)
|
14
14
|
|
15
15
|
|
16
16
|
参考にされたサイトの「[WordPressのテーマ「UnderStrap」のカスタマイズや使い方などの覚書](https://www.ken-g.com/blog/archives/201803/understrap.html)」ページで「UnderStrap の子テーマを追加」部分に、[https://github.com/understrap/understrap-child](https://github.com/understrap/understrap-child) から入手というのがありますが、
|