回答編集履歴
1
情報の追加。
answer
CHANGED
@@ -2,4 +2,15 @@
|
|
2
2
|
|
3
3
|
```HTML
|
4
4
|
<script src="jquery.bgswitcher.js"></script>
|
5
|
-
```
|
5
|
+
```
|
6
|
+
|
7
|
+
テーマフォルダに入れているなら `get_stylesheet_directory_uri()` でURLが取得できます。
|
8
|
+
|
9
|
+
【get_stylesheet_directory_uri – WordPress私的マニュアル】
|
10
|
+
[https://elearn.jp/wpman/function/get_stylesheet_directory_uri.html](https://elearn.jp/wpman/function/get_stylesheet_directory_uri.html)
|
11
|
+
|
12
|
+
【テーマ・親テーマおよび子テーマのディレクトリのURL、またはパスを取得する | The WordPress Press】
|
13
|
+
[https://thewppress.com/libraries/get-theme-directory-url-and-path/](https://thewppress.com/libraries/get-theme-directory-url-and-path/)
|
14
|
+
|
15
|
+
【get_template_directory_uriとget_stylesheet_directory_uriの違い】
|
16
|
+
[https://samurai-project.com/articles/2981](https://samurai-project.com/articles/2981)
|