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

質問編集履歴

7

追記

2021/09/22 10:50

投稿

niconic73027793
niconic73027793

スコア215

title CHANGED
File without changes
body CHANGED
@@ -131,4 +131,12 @@
131
131
  ソースを見ると
132
132
  wp-die-message { display: none; }
133
133
 
134
- このような記述がでているのですが何が原因なのでしょうか?
134
+ このような記述がでているのですが何が原因なのでしょうか?
135
+
136
+ ブラウザ上のソースをみると
137
+
138
+ ```ここに言語を入力
139
+ </footer> <!-- Bootstrap core JavaScript -->
140
+ <script src="<style type="text/css"> .wp-die-message { display: none; } </style><link rel="stylesheet" href="https://mysite.local/wp-includes/css/dashicons.css" media="all" /><link rel="stylesheet" href="https://mysite.local/wp-content/plugins/query-monitor/assets/query-monitor.css" media="all" /><div data-qm="qm"><div id="qm-fatal" data-qm-message="Uncaught Error: Undefined constant &quot;get_template&quot;" data-qm-file="wp-content/themes/myblog/index.php" data-qm-line="73"><div class="qm-fatal-wrap"><p><span class="dashicons dashicons-warning" aria-hidden="true"></span> <b>Fatal error</b>: Uncaught Error: Undefined constant &quot;get_template&quot;<br>in <b>C:\Users\info\Local Sites\mysite\app\public\wp-content\themes\myblog\index.php</b> on line <b>73</b></p><p>コールスタック:</p><ol><li><code>include()</code><br><span class="qm-info qm-supplemental">wp-includes/template-loader.php:106</span></li><li><code>require_once()</code><br><span class="qm-info qm-supplemental">wp-blog-header.php:19</span></li><li><code>require()</code><br><span class="qm-info qm-supplemental">index.php:17</span></li></ol></div><h2>Query Monitor</h2></div></div>
141
+ ```
142
+ のようになっていました。

6

追記

2021/09/22 10:49

投稿

niconic73027793
niconic73027793

スコア215

title CHANGED
File without changes
body CHANGED
@@ -111,4 +111,24 @@
111
111
  ```
112
112
 
113
113
  <?php wp_footer(); ?> がないと管理ツールバーがでない調べるとありましたが、
114
- <?php wp_footer(); ?> は footer.php に記述してあります。
114
+ <?php wp_footer(); ?> は footer.php に記述してあります。
115
+
116
+ 今、原因をさぐっているのですが
117
+
118
+ ```ここに言語を入力
119
+ <!-- Bootstrap core JavaScript -->
120
+ <script src="<?php echo get_template-directory-uri(); ?>/vendor/jquery/jquery.min.js"></script>
121
+ <script src="<?php echo get_template-directory-uri(); ?>/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
122
+
123
+ <!-- Custom scripts for this template -->
124
+ <script src="<?php echo get_template-directory-uri(); ?>/js/clean-blog.min.js"></script>
125
+ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
126
+ フッターが読み込まれていないフッターが読み込まれていない
127
+ <?php wp_footer(); ?>
128
+ ```
129
+ 上記のようにindex.php に記述してもソースが反映されてないようです
130
+
131
+ ソースを見ると
132
+ wp-die-message { display: none; }
133
+
134
+ このような記述がでているのですが何が原因なのでしょうか?

5

追記

2021/09/22 10:29

投稿

niconic73027793
niconic73027793

スコア215

title CHANGED
@@ -1,1 +1,1 @@
1
- ワードプレスのログイン中時に管理メニューバーが表示されなくなってしまいました
1
+ ワードプレスのログイン中時に管理バーが表示されなくなってしまいました
body CHANGED
@@ -108,4 +108,7 @@
108
108
  <!-- Custom scripts for this template -->
109
109
  <script src="<?php echo get_template-directory-uri(); ?>/js/clean-blog.min.js"></script>
110
110
  <?php wp_footer(); ?>
111
- ```
111
+ ```
112
+
113
+ <?php wp_footer(); ?> がないと管理ツールバーがでない調べるとありましたが、
114
+ <?php wp_footer(); ?> は footer.php に記述してあります。

4

修正

2021/09/22 09:18

投稿

niconic73027793
niconic73027793

スコア215

title CHANGED
File without changes
body CHANGED
@@ -101,40 +101,11 @@
101
101
 
102
102
  フッター部分
103
103
  ```ここに言語を入力
104
+ <!-- Bootstrap core JavaScript -->
105
+ <script src="<?php echo get_template-directory-uri(); ?>/vendor/jquery/jquery.min.js"></script>
106
+ <script src="<?php echo get_template-directory-uri(); ?>/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
107
+
108
+ <!-- Custom scripts for this template -->
109
+ <script src="<?php echo get_template-directory-uri(); ?>/js/clean-blog.min.js"></script>
104
- <!-- Footer -->
110
+ <?php wp_footer(); ?>
105
- <footer>
106
- <div class="container">
107
- <div class="row">
108
- <div class="col-lg-8 col-md-10 mx-auto">
109
- <ul class="list-inline text-center">
110
- <li class="list-inline-item">
111
- <a href="#">
112
- <span class="fa-stack fa-lg">
113
- <i class="fas fa-circle fa-stack-2x"></i>
114
- <i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
115
- </span>
116
- </a>
117
- </li>
118
- <li class="list-inline-item">
119
- <a href="#">
120
- <span class="fa-stack fa-lg">
121
- <i class="fas fa-circle fa-stack-2x"></i>
122
- <i class="fab fa-facebook-f fa-stack-1x fa-inverse"></i>
123
- </span>
124
- </a>
125
- </li>
126
- <li class="list-inline-item">
127
- <a href="#">
128
- <span class="fa-stack fa-lg">
129
- <i class="fas fa-circle fa-stack-2x"></i>
130
- <i class="fab fa-github fa-stack-1x fa-inverse"></i>
131
- </span>
132
- </a>
133
- </li>
134
- </ul>
135
- <p class="copyright text-muted">Copyright &copy; Your Website 2020</p>
136
- </div>
137
- </div>
138
- </div>
139
- </footer>
140
111
  ```

3

修正

2021/09/22 09:11

投稿

niconic73027793
niconic73027793

スコア215

title CHANGED
@@ -1,1 +1,1 @@
1
- ワードプレスのナビゲーショメニューと管理メニュー表示されません
1
+ ワードプレスのログイ中時に管理メニューバーが表示されなくなってしいました
body CHANGED
@@ -1,63 +1,19 @@
1
1
  ローカル環境でワードプレスを組んでいます。
2
2
 
3
- いじっているうちに、トップページ(index.php)のナビゲーションメニューとログイン中の時の
3
+ いじっているうちに、トップページ(index.php)と投稿ページ(single.php)のログイン中の時の管理メニューバーが表示されなくなりました。
4
4
 
5
- 管理メニューバーが表示されなくなりました。
6
-
7
5
  どうすれば表示されるようになるのでしょうか?
8
-
6
+ TOページが下記です。
9
7
  ```ここに言語を入力
10
8
  <head>
11
9
 
12
- <meta charset="utf-8">
13
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
14
- <meta name="description" content="">
15
- <meta name="author" content="">
16
-
17
- <title>Clean Blog - Start Bootstrap Theme</title>
18
-
19
- <!-- Bootstrap core CSS -->
20
- <link href="http://mysite.local/wp-content/themes/myblog/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
21
-
22
- <!-- Custom fonts for this template -->
23
- <link href="http://mysite.local/wp-content/themes/myblog/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
24
- <link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
25
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
26
-
27
- <!-- Custom styles for this template -->
28
- <link href="http://mysite.local/wp-content/themes/myblog/css/clean-blog.min.css" rel="stylesheet">
29
- <?php wp_head(); ?>
10
+ <?php get_header(); ?>
30
11
  </head>
31
12
 
32
13
  <body>
33
14
 
34
15
  <?php echo date('Y'); ?>
35
- <!-- Navigation -->
36
- <nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
37
- <div class="container">
38
- <a class="navbar-brand" href="index.html">Start Bootstrap</a>
39
- <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
40
- Menu
41
- <i class="fas fa-bars"></i>
42
- </button>
43
- <div class="collapse navbar-collapse" id="navbarResponsive">
44
- <ul class="navbar-nav ml-auto">
45
- <li class="nav-item">
46
- <a class="nav-link" href="index.html">Home</a>
47
- </li>
48
- <li class="nav-item">
49
- <a class="nav-link" href="about.html">About</a>
50
- </li>
51
- <li class="nav-item">
52
- <a class="nav-link" href="post.html">Sample Post</a>
53
- </li>
54
- <li class="nav-item">
55
- <a class="nav-link" href="contact.html">Contact</a>
56
- </li>
57
- </ul>
58
- </div>
59
- </div>
60
- </nav>
16
+ <?php get_template_part('includes/header'); ?>
61
17
 
62
18
  <!-- Page Header -->
63
19
  <header class="masthead" style="background-image: url('img/home-bg.jpg')">
@@ -103,106 +59,82 @@
103
59
 
104
60
 
105
61
  <!-- Pager -->
106
- ```
107
-
108
-
109
- ![個別ページのキャプチャーです](a5ce0e8fcd9eb667ae8291894a38e571.png)
110
- なお、個別ページ single.php のメニューは出ています。
111
- ※管理メニューバーはでていません。
112
-
113
- ![個別ページ](0f06ed37fd6d484c35a0c7dd42c3a41b.png)
114
- 個別ページのソースです
115
- ```ここに言語を入力
116
- <body>
117
-
118
- <!-- Navigation -->
119
- <nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
120
- <div class="container">
121
- <a class="navbar-brand" href="index.html">Start Bootstrap</a>
122
- <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
123
- Menu
124
- <i class="fas fa-bars"></i>
125
- </button>
126
- <div class="collapse navbar-collapse" id="navbarResponsive">
127
- <ul class="navbar-nav ml-auto">
128
- <li class="nav-item">
129
- <a class="nav-link" href="index.html">Home</a>
130
- </li>
131
- <li class="nav-item">
132
- <a class="nav-link" href="about.html">About</a>
133
- </li>
134
- <li class="nav-item">
135
- <a class="nav-link" href="post.html">Sample Post</a>
136
- </li>
137
- <li class="nav-item">
138
- <a class="nav-link" href="contact.html">Contact</a>
139
- </li>
140
- </ul>
141
- </div>
142
- </div>
143
- </nav>
144
-
145
- <!-- Page Header -->
146
- <header class="masthead" style="background-image: url('img/post-bg.jpg')">
147
- <div class="overlay"></div>
148
- <div class="container">
149
- <div class="row">
150
- <div class="col-lg-8 col-md-10 mx-auto">
151
- <div class="post-heading">
152
- <h1>Man must explore, and this is exploration at its greatest</h1>
153
- <h2 class="subheading">Problems look mighty small from 150 miles up</h2>
154
- <span class="meta">Posted by
155
- <a href="#">Start Bootstrap</a>
156
- on August 24, 2019</span>
62
+ <div class="clearfix">
63
+ <a class="btn btn-primary float-right" href="#">Older Posts &rarr;</a>
157
64
  </div>
65
+ <?php else : ?>
66
+ <p>記事が見つかりませんでした</p>
158
- </div>
67
+ <?php endif; ?>
159
68
  </div>
160
69
  </div>
161
- </header>
70
+ </div>
162
71
 
163
- <!-- Post Content -->
164
- <article>
165
- <div class="container">
166
- <div class="row">
167
- <div class="col-lg-8 col-md-10 mx-auto">
168
- <p>Never in all their history have men been able truly to conceive of the world as one: a single sphere, a globe, having the qualities of a globe, a round earth in which all the directions eventually meet, in which there is no center because every point, or none, is center — an equal earth which all men occupy as equals. The airman's earth, if free men make it, will be truly round: a globe in practice, not in theory.</p>
72
+ <hr>
169
73
 
170
- <p>Science cuts two ways, of course; its products can be used for both good and evil. But there's no turning back from science. The early warnings about technological dangers also come from science.</p>
74
+ <?php get_template_part('includes/footer'); ?>
171
75
 
76
+ <?php get_footer(); ?>
77
+ </body>
78
+ ```
79
+ ヘッダー部分
80
+ ```ここに言語を入力
81
+ <meta charset="utf-8">
172
- <p>What was most significant about the lunar voyage was not that man set foot on the Moon but that they set eye on the earth.</p>
82
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
173
83
 
174
- <p>A Chinese tale tells of some men sent to harm a young girl who, upon seeing her beauty, become her protectors rather than her violators. That's how I felt seeing the Earth for the first time. I could not help but love and cherish her.</p>
175
84
 
176
- <p>For those who have seen the Earth from space, and for the hundreds and perhaps thousands more who will, the experience most certainly changes your perspective. The things that we share in our world are far more valuable than those which divide us.</p>
85
+ <title><?php the_title(); ?></title>
177
86
 
87
+ <!-- Bootstrap core CSS -->
178
- <h2 class="section-heading">The Final Frontier</h2>
88
+ <link href="<?php echo get_template_directory_uri(); ?>/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
179
89
 
180
- <p>There can be no thought of finishing for ‘aiming for the stars.’ Both figuratively and literally, it is a task to occupy the generations. And no matter how much progress one makes, there is always the thrill of just beginning.</p>
90
+ <!-- Custom fonts for this template -->
91
+ <link href="<?php echo get_template_directory_uri(); ?>/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
92
+ <link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
93
+ <link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
181
94
 
182
- <p>There can be no thought of finishing for ‘aiming for the stars.’ Both figuratively and literally, it is a task to occupy the generations. And no matter how much progress one makes, there is always the thrill of just beginning.</p>
95
+ <!-- Custom styles for this template -->
96
+ <link href="<?php echo get_template_directory_uri(); ?>/css/clean-blog.min.css" rel="stylesheet">
97
+ <?php wp_head(); ?>
98
+ ```
183
99
 
184
- <blockquote class="blockquote">The dreams of yesterday are the hopes of today and the reality of tomorrow. Science has not yet mastered prophecy. We predict too much for the next year and yet far too little for the next ten.</blockquote>
185
100
 
186
- <p>Spaceflights cannot be stopped. This is not the work of any one man or even a group of men. It is a historical process which mankind is carrying out in accordance with the natural laws of human development.</p>
187
101
 
188
- <h2 class="section-heading">Reaching for the Stars</h2>
189
-
190
- <p>As we got further and further away, it [the Earth] diminished in size. Finally it shrank to the size of a marble, the most beautiful you can imagine. That beautiful, warm, living object looked so fragile, so delicate, that if you touched it with a finger it would crumble and fall apart. Seeing this has to change a man.</p>
191
-
192
- <a href="#">
193
- <img class="img-fluid" src="img/post-sample-image.jpg" alt="">
194
- </a>
195
- <span class="caption text-muted">To go places and do things that have never been done before – that’s what living is all about.</span>
196
-
197
- <p>Space, the final frontier. These are the voyages of the Starship Enterprise. Its five-year mission: to explore strange new worlds, to seek out new life and new civilizations, to boldly go where no man has gone before.</p>
198
-
199
- <p>As I stand out here in the wonders of the unknown at Hadley, I sort of realize there’s a fundamental truth to our nature, Man must explore, and this is exploration at its greatest.</p>
200
-
201
- <p>Placeholder text by
202
- <a href="http://spaceipsum.com/">Space Ipsum</a>. Photographs by
203
- <a href="https://www.flickr.com/photos/nasacommons/">NASA on The Commons</a>.</p>
102
+ フッター部分
103
+ ```ここに言語を入力
104
+ <!-- Footer -->
105
+ <footer>
106
+ <div class="container">
107
+ <div class="row">
108
+ <div class="col-lg-8 col-md-10 mx-auto">
109
+ <ul class="list-inline text-center">
110
+ <li class="list-inline-item">
111
+ <a href="#">
112
+ <span class="fa-stack fa-lg">
113
+ <i class="fas fa-circle fa-stack-2x"></i>
114
+ <i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
115
+ </span>
116
+ </a>
117
+ </li>
118
+ <li class="list-inline-item">
119
+ <a href="#">
120
+ <span class="fa-stack fa-lg">
121
+ <i class="fas fa-circle fa-stack-2x"></i>
122
+ <i class="fab fa-facebook-f fa-stack-1x fa-inverse"></i>
123
+ </span>
124
+ </a>
125
+ </li>
126
+ <li class="list-inline-item">
127
+ <a href="#">
128
+ <span class="fa-stack fa-lg">
129
+ <i class="fas fa-circle fa-stack-2x"></i>
130
+ <i class="fab fa-github fa-stack-1x fa-inverse"></i>
131
+ </span>
132
+ </a>
133
+ </li>
134
+ </ul>
135
+ <p class="copyright text-muted">Copyright &copy; Your Website 2020</p>
204
136
  </div>
205
137
  </div>
206
138
  </div>
207
- </article>
139
+ </footer>
208
140
  ```

2

修正

2021/09/22 09:05

投稿

niconic73027793
niconic73027793

スコア215

title CHANGED
File without changes
body CHANGED
@@ -1,7 +1,9 @@
1
1
  ローカル環境でワードプレスを組んでいます。
2
2
 
3
- いじっているうちに、トップページ(index.php)のナビゲーションメニューが表示されなくなりました。
3
+ いじっているうちに、トップページ(index.php)のナビゲーションメニューとログイン中の時の
4
4
 
5
+ 管理メニューバーが表示されなくなりました。
6
+
5
7
  どうすれば表示されるようになるのでしょうか?
6
8
 
7
9
  ```ここに言語を入力
@@ -106,6 +108,7 @@
106
108
 
107
109
  ![個別ページのキャプチャーです](a5ce0e8fcd9eb667ae8291894a38e571.png)
108
110
  なお、個別ページ single.php のメニューは出ています。
111
+ ※管理メニューバーはでていません。
109
112
 
110
113
  ![個別ページ](0f06ed37fd6d484c35a0c7dd42c3a41b.png)
111
114
  個別ページのソースです

1

追記

2021/09/22 08:35

投稿

niconic73027793
niconic73027793

スコア215

title CHANGED
@@ -1,1 +1,1 @@
1
- ワードプレスのナビゲーションメニュー表示されません
1
+ ワードプレスのナビゲーションメニューと管理メニュー表示されません
body CHANGED
File without changes