回答編集履歴

1

情報の追加。

2018/10/08 12:26

投稿

kei344
kei344

スコア69430

test CHANGED
@@ -7,3 +7,25 @@
7
7
  <script src="jquery.bgswitcher.js"></script>
8
8
 
9
9
  ```
10
+
11
+
12
+
13
+ テーマフォルダに入れているなら `get_stylesheet_directory_uri()` でURLが取得できます。
14
+
15
+
16
+
17
+ 【get_stylesheet_directory_uri – WordPress私的マニュアル】
18
+
19
+ [https://elearn.jp/wpman/function/get_stylesheet_directory_uri.html](https://elearn.jp/wpman/function/get_stylesheet_directory_uri.html)
20
+
21
+
22
+
23
+ 【テーマ・親テーマおよび子テーマのディレクトリのURL、またはパスを取得する | The WordPress Press】
24
+
25
+ [https://thewppress.com/libraries/get-theme-directory-url-and-path/](https://thewppress.com/libraries/get-theme-directory-url-and-path/)
26
+
27
+
28
+
29
+ 【get_template_directory_uriとget_stylesheet_directory_uriの違い】
30
+
31
+ [https://samurai-project.com/articles/2981](https://samurai-project.com/articles/2981)