質問編集履歴
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
httpd.confに出力されたエラー
|
34
34
|
|
35
|
-
[Wed Aug 25 08:08:43.078415 2021] [php7:error] [pid 12078]
|
35
|
+
[Wed Aug 25 08:08:43.078415 2021] [php7:error] [pid 12078] Uncaught Error: Call to undefined function get_template_directory_uri() in /var/hp:9\nStack trace:\n#0 {main}\n thrown in /var/www/html/index.php on line 9
|
36
36
|
|
37
37
|
|
38
38
|
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -25,3 +25,17 @@
|
|
25
25
|
ちなみにどういう風に作ると良いのでしょうか。
|
26
26
|
|
27
27
|
index.htmlと同じディレクトリに配置すると良いのでしょうか?
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
**追記**
|
32
|
+
|
33
|
+
httpd.confに出力されたエラー
|
34
|
+
|
35
|
+
[Wed Aug 25 08:08:43.078415 2021] [php7:error] [pid 12078] [client 172.31.43.171:5394or: Uncaught Error: Call to undefined function get_template_directory_uri() in /var/hp:9\nStack trace:\n#0 {main}\n thrown in /var/www/html/index.php on line 9
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
↓9行目のコードです
|
40
|
+
|
41
|
+
<link rel="icon" type="img/17.png" href="<?php echo get_template_directory_uri(); ?>/img/17.png">
|