teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

追記

2021/09/24 12:13

投稿

niconic73027793
niconic73027793

スコア215

title CHANGED
File without changes
body CHANGED
@@ -29,6 +29,30 @@
29
29
  return $img;
30
30
  }
31
31
  ```
32
+ 下記がヘッダーphp のソース
33
+ ```ここに言語を入力
34
+ <meta charset="utf-8">
35
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
36
+
37
+
38
+
39
+
40
+ <!-- Bootstrap core CSS -->
41
+ <link href="<?php echo get_template_directory_uri(); ?>/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
42
+
43
+ <!-- Custom fonts for this template -->
44
+ <link href="<?php echo get_template_directory_uri(); ?>/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
45
+ <link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
46
+ <link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
47
+
48
+ <!-- Custom styles for this template -->
49
+ <link href="<?php echo get_template_directory_uri(); ?>/css/clean-blog.min.css" rel="stylesheet">
50
+ <?php wp_head(); ?>
51
+ ```
52
+
53
+
54
+
55
+
32
56
  投稿ページのソース
33
57
 
34
58
  ```ここに言語を入力