質問編集履歴

1

誤字修正

2022/04/19 00:28

投稿

roshinante
roshinante

スコア12

test CHANGED
File without changes
test CHANGED
@@ -13,7 +13,7 @@
13
13
  Local by Flywheelでhtmlからphpに変換してます。
14
14
 
15
15
  またindex.phpからnews.phpへリンクをクリックしても先ほどのエラーが出て飛びません。
16
- <li><a href="<?php echo get_template_directory_uri(); ?>/news.php">
16
+ <li><a href="<?php echo get_template_directory_uri(); ?>/news.php">NEWS</a></li>
17
17
 
18
18
  index.phpのスタイルシートは読み込めてます。
19
19
  <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/style.css">