質問編集履歴

7

追記

2021/09/22 10:50

投稿

niconic73027793
niconic73027793

スコア215

test CHANGED
File without changes
test CHANGED
@@ -265,3 +265,19 @@
265
265
 
266
266
 
267
267
  このような記述がでているのですが何が原因なのでしょうか?
268
+
269
+
270
+
271
+ ブラウザ上のソースをみると
272
+
273
+
274
+
275
+ ```ここに言語を入力
276
+
277
+ </footer> <!-- Bootstrap core JavaScript -->
278
+
279
+ <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>
280
+
281
+ ```
282
+
283
+ のようになっていました。

6

追記

2021/09/22 10:49

投稿

niconic73027793
niconic73027793

スコア215

test CHANGED
File without changes
test CHANGED
@@ -225,3 +225,43 @@
225
225
  <?php wp_footer(); ?> がないと管理ツールバーがでない調べるとありましたが、
226
226
 
227
227
  <?php wp_footer(); ?> は footer.php に記述してあります。
228
+
229
+
230
+
231
+ 今、原因をさぐっているのですが
232
+
233
+
234
+
235
+ ```ここに言語を入力
236
+
237
+ <!-- Bootstrap core JavaScript -->
238
+
239
+ <script src="<?php echo get_template-directory-uri(); ?>/vendor/jquery/jquery.min.js"></script>
240
+
241
+ <script src="<?php echo get_template-directory-uri(); ?>/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
242
+
243
+
244
+
245
+ <!-- Custom scripts for this template -->
246
+
247
+ <script src="<?php echo get_template-directory-uri(); ?>/js/clean-blog.min.js"></script>
248
+
249
+ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
250
+
251
+ フッターが読み込まれていないフッターが読み込まれていない
252
+
253
+ <?php wp_footer(); ?>
254
+
255
+ ```
256
+
257
+ 上記のようにindex.php に記述してもソースが反映されてないようです
258
+
259
+
260
+
261
+ ソースを見ると
262
+
263
+ wp-die-message { display: none; }
264
+
265
+
266
+
267
+ このような記述がでているのですが何が原因なのでしょうか?

5

追記

2021/09/22 10:29

投稿

niconic73027793
niconic73027793

スコア215

test CHANGED
@@ -1 +1 @@
1
- ワードプレスのログイン中時に管理メニューバーが表示されなくなってしまいました
1
+ ワードプレスのログイン中時に管理バーが表示されなくなってしまいました
test CHANGED
@@ -219,3 +219,9 @@
219
219
  <?php wp_footer(); ?>
220
220
 
221
221
  ```
222
+
223
+
224
+
225
+ <?php wp_footer(); ?> がないと管理ツールバーがでない調べるとありましたが、
226
+
227
+ <?php wp_footer(); ?> は footer.php に記述してあります。

4

修正

2021/09/22 09:18

投稿

niconic73027793
niconic73027793

スコア215

test CHANGED
File without changes
test CHANGED
@@ -204,76 +204,18 @@
204
204
 
205
205
  ```ここに言語を入力
206
206
 
207
+ <!-- Bootstrap core JavaScript -->
208
+
209
+ <script src="<?php echo get_template-directory-uri(); ?>/vendor/jquery/jquery.min.js"></script>
210
+
211
+ <script src="<?php echo get_template-directory-uri(); ?>/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
212
+
213
+
214
+
215
+ <!-- Custom scripts for this template -->
216
+
217
+ <script src="<?php echo get_template-directory-uri(); ?>/js/clean-blog.min.js"></script>
218
+
207
- <!-- Footer -->
219
+ <?php wp_footer(); ?>
208
-
209
- <footer>
210
-
211
- <div class="container">
212
-
213
- <div class="row">
214
-
215
- <div class="col-lg-8 col-md-10 mx-auto">
216
-
217
- <ul class="list-inline text-center">
218
-
219
- <li class="list-inline-item">
220
-
221
- <a href="#">
222
-
223
- <span class="fa-stack fa-lg">
224
-
225
- <i class="fas fa-circle fa-stack-2x"></i>
226
-
227
- <i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
228
-
229
- </span>
230
-
231
- </a>
232
-
233
- </li>
234
-
235
- <li class="list-inline-item">
236
-
237
- <a href="#">
238
-
239
- <span class="fa-stack fa-lg">
240
-
241
- <i class="fas fa-circle fa-stack-2x"></i>
242
-
243
- <i class="fab fa-facebook-f fa-stack-1x fa-inverse"></i>
244
-
245
- </span>
246
-
247
- </a>
248
-
249
- </li>
250
-
251
- <li class="list-inline-item">
252
-
253
- <a href="#">
254
-
255
- <span class="fa-stack fa-lg">
256
-
257
- <i class="fas fa-circle fa-stack-2x"></i>
258
-
259
- <i class="fab fa-github fa-stack-1x fa-inverse"></i>
260
-
261
- </span>
262
-
263
- </a>
264
-
265
- </li>
266
-
267
- </ul>
268
-
269
- <p class="copyright text-muted">Copyright &copy; Your Website 2020</p>
270
-
271
- </div>
272
-
273
- </div>
274
-
275
- </div>
276
-
277
- </footer>
278
220
 
279
221
  ```

3

修正

2021/09/22 09:11

投稿

niconic73027793
niconic73027793

スコア215

test CHANGED
@@ -1 +1 @@
1
- ワードプレスのナビゲーショメニューと管理メニュー表示されません
1
+ ワードプレスのログイ中時に管理メニューバーが表示されなくなってしいました
test CHANGED
@@ -2,17 +2,13 @@
2
2
 
3
3
 
4
4
 
5
- いじっているうちに、トップページ(index.php)のナビゲーションメニューとログイン中の時の
5
+ いじっているうちに、トップページ(index.php)と投稿ページ(single.php)のログイン中の時の管理メニューバーが表示されなくなりました。
6
-
7
-
8
-
9
- 管理メニューバーが表示されなくなりました。
10
6
 
11
7
 
12
8
 
13
9
  どうすれば表示されるようになるのでしょうか?
14
10
 
15
-
11
+ TOページが下記です。
16
12
 
17
13
  ```ここに言語を入力
18
14
 
@@ -20,41 +16,7 @@
20
16
 
21
17
 
22
18
 
23
- <meta charset="utf-8">
24
-
25
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
26
-
27
- <meta name="description" content="">
28
-
29
- <meta name="author" content="">
30
-
31
-
32
-
33
- <title>Clean Blog - Start Bootstrap Theme</title>
34
-
35
-
36
-
37
- <!-- Bootstrap core CSS -->
38
-
39
- <link href="http://mysite.local/wp-content/themes/myblog/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
40
-
41
-
42
-
43
- <!-- Custom fonts for this template -->
44
-
45
- <link href="http://mysite.local/wp-content/themes/myblog/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
46
-
47
- <link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
48
-
49
- <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'>
50
-
51
-
52
-
53
- <!-- Custom styles for this template -->
54
-
55
- <link href="http://mysite.local/wp-content/themes/myblog/css/clean-blog.min.css" rel="stylesheet">
56
-
57
- <?php wp_head(); ?>
19
+ <?php get_header(); ?>
58
20
 
59
21
  </head>
60
22
 
@@ -66,65 +28,185 @@
66
28
 
67
29
  <?php echo date('Y'); ?>
68
30
 
31
+ <?php get_template_part('includes/header'); ?>
32
+
33
+
34
+
69
- <!-- Navigation -->
35
+ <!-- Page Header -->
70
-
36
+
71
- <nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
37
+ <header class="masthead" style="background-image: url('img/home-bg.jpg')">
38
+
39
+ <div class="overlay"></div>
72
40
 
73
41
  <div class="container">
74
42
 
75
- <a class="navbar-brand" href="index.html">Start Bootstrap</a>
76
-
77
- <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">
78
-
79
- Menu
80
-
81
- <i class="fas fa-bars"></i>
82
-
83
- </button>
84
-
85
- <div class="collapse navbar-collapse" id="navbarResponsive">
86
-
87
- <ul class="navbar-nav ml-auto">
88
-
89
- <li class="nav-item">
90
-
91
- <a class="nav-link" href="index.html">Home</a>
92
-
93
- </li>
94
-
95
- <li class="nav-item">
96
-
97
- <a class="nav-link" href="about.html">About</a>
98
-
99
- </li>
100
-
101
- <li class="nav-item">
102
-
103
- <a class="nav-link" href="post.html">Sample Post</a>
104
-
105
- </li>
106
-
107
- <li class="nav-item">
108
-
109
- <a class="nav-link" href="contact.html">Contact</a>
110
-
111
- </li>
112
-
113
- </ul>
43
+ <div class="row">
44
+
45
+ <div class="col-lg-8 col-md-10 mx-auto">
46
+
47
+ <div class="site-heading">
48
+
49
+ <h1>Clean Blog<?php echo date('n'); ?></h1>
50
+
51
+ <span class="subheading">A Blog Theme by Start Bootstrap</span>
52
+
53
+ </div>
54
+
55
+ </div>
114
56
 
115
57
  </div>
116
58
 
117
59
  </div>
118
60
 
61
+ </header>
62
+
63
+
64
+
65
+ <!-- Main Content -->
66
+
67
+ <div class="container">
68
+
69
+ <div class="row">
70
+
71
+ <div class="col-lg-8 col-md-10 mx-auto">
72
+
73
+ <?php if (have_posts()) : ?>
74
+
75
+ <?php while (have_posts()) : the_post(); ?>
76
+
77
+ <div class="post-preview">
78
+
79
+ <a href="<?php the_permalink(); ?>">
80
+
81
+
82
+
83
+
84
+
85
+ <h2 class="post-title">
86
+
87
+ <?php the_title(); ?>
88
+
89
+
90
+
91
+
92
+
93
+ </h2>
94
+
95
+ <h3 class="post-subtitle">
96
+
97
+ <?php the_excerpt(); ?>
98
+
99
+ </h3>
100
+
101
+ </a>
102
+
103
+ <p class="post-meta">Posted by
104
+
105
+ <?php the_author(); ?>
106
+
107
+ on <?php the_time(get_option('date_format')); ?> </p>
108
+
119
- </nav>
109
+ </div>
110
+
120
-
111
+ <hr>
112
+
113
+
114
+
121
-
115
+ <?php endwhile; ?>
122
-
116
+
117
+
118
+
119
+
120
+
123
- <!-- Page Header -->
121
+ <!-- Pager -->
124
-
125
- <header class="masthead" style="background-image: url('img/home-bg.jpg')">
122
+
126
-
127
- <div class="overlay"></div>
123
+ <div class="clearfix">
124
+
125
+ <a class="btn btn-primary float-right" href="#">Older Posts &rarr;</a>
126
+
127
+ </div>
128
+
129
+ <?php else : ?>
130
+
131
+ <p>記事が見つかりませんでした</p>
132
+
133
+ <?php endif; ?>
134
+
135
+ </div>
136
+
137
+ </div>
138
+
139
+ </div>
140
+
141
+
142
+
143
+ <hr>
144
+
145
+
146
+
147
+ <?php get_template_part('includes/footer'); ?>
148
+
149
+
150
+
151
+ <?php get_footer(); ?>
152
+
153
+ </body>
154
+
155
+ ```
156
+
157
+ ヘッダー部分
158
+
159
+ ```ここに言語を入力
160
+
161
+ <meta charset="utf-8">
162
+
163
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
164
+
165
+
166
+
167
+
168
+
169
+ <title><?php the_title(); ?></title>
170
+
171
+
172
+
173
+ <!-- Bootstrap core CSS -->
174
+
175
+ <link href="<?php echo get_template_directory_uri(); ?>/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
176
+
177
+
178
+
179
+ <!-- Custom fonts for this template -->
180
+
181
+ <link href="<?php echo get_template_directory_uri(); ?>/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
182
+
183
+ <link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
184
+
185
+ <link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
186
+
187
+
188
+
189
+ <!-- Custom styles for this template -->
190
+
191
+ <link href="<?php echo get_template_directory_uri(); ?>/css/clean-blog.min.css" rel="stylesheet">
192
+
193
+ <?php wp_head(); ?>
194
+
195
+ ```
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+ フッター部分
204
+
205
+ ```ここに言語を入力
206
+
207
+ <!-- Footer -->
208
+
209
+ <footer>
128
210
 
129
211
  <div class="container">
130
212
 
@@ -132,13 +214,59 @@
132
214
 
133
215
  <div class="col-lg-8 col-md-10 mx-auto">
134
216
 
217
+ <ul class="list-inline text-center">
218
+
135
- <div class="site-heading">
219
+ <li class="list-inline-item">
220
+
136
-
221
+ <a href="#">
222
+
223
+ <span class="fa-stack fa-lg">
224
+
137
- <h1>Clean Blog<?php echo date('n'); ?></h1>
225
+ <i class="fas fa-circle fa-stack-2x"></i>
138
-
226
+
139
- <span class="subheading">A Blog Theme by Start Bootstrap</span>
227
+ <i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
228
+
140
-
229
+ </span>
230
+
231
+ </a>
232
+
141
- </div>
233
+ </li>
234
+
235
+ <li class="list-inline-item">
236
+
237
+ <a href="#">
238
+
239
+ <span class="fa-stack fa-lg">
240
+
241
+ <i class="fas fa-circle fa-stack-2x"></i>
242
+
243
+ <i class="fab fa-facebook-f fa-stack-1x fa-inverse"></i>
244
+
245
+ </span>
246
+
247
+ </a>
248
+
249
+ </li>
250
+
251
+ <li class="list-inline-item">
252
+
253
+ <a href="#">
254
+
255
+ <span class="fa-stack fa-lg">
256
+
257
+ <i class="fas fa-circle fa-stack-2x"></i>
258
+
259
+ <i class="fab fa-github fa-stack-1x fa-inverse"></i>
260
+
261
+ </span>
262
+
263
+ </a>
264
+
265
+ </li>
266
+
267
+ </ul>
268
+
269
+ <p class="copyright text-muted">Copyright &copy; Your Website 2020</p>
142
270
 
143
271
  </div>
144
272
 
@@ -146,270 +274,6 @@
146
274
 
147
275
  </div>
148
276
 
149
- </header>
277
+ </footer>
150
-
151
-
152
-
153
- <!-- Main Content -->
154
-
155
- <div class="container">
156
-
157
- <div class="row">
158
-
159
- <div class="col-lg-8 col-md-10 mx-auto">
160
-
161
- <?php if (have_posts()) : ?>
162
-
163
- <?php while (have_posts()) : the_post(); ?>
164
-
165
- <div class="post-preview">
166
-
167
- <a href="<?php the_permalink(); ?>">
168
-
169
-
170
-
171
-
172
-
173
- <h2 class="post-title">
174
-
175
- <?php the_title(); ?>
176
-
177
-
178
-
179
-
180
-
181
- </h2>
182
-
183
- <h3 class="post-subtitle">
184
-
185
- <?php the_excerpt(); ?>
186
-
187
- </h3>
188
-
189
- </a>
190
-
191
- <p class="post-meta">Posted by
192
-
193
- <?php the_author(); ?>
194
-
195
- on <?php the_time(get_option('date_format')); ?> </p>
196
-
197
- </div>
198
-
199
- <hr>
200
-
201
-
202
-
203
- <?php endwhile; ?>
204
-
205
-
206
-
207
-
208
-
209
- <!-- Pager -->
210
278
 
211
279
  ```
212
-
213
-
214
-
215
-
216
-
217
- ![個別ページのキャプチャーです](a5ce0e8fcd9eb667ae8291894a38e571.png)
218
-
219
- なお、個別ページ single.php のメニューは出ています。
220
-
221
- ※管理メニューバーはでていません。
222
-
223
-
224
-
225
- ![個別ページ](0f06ed37fd6d484c35a0c7dd42c3a41b.png)
226
-
227
- 個別ページのソースです
228
-
229
- ```ここに言語を入力
230
-
231
- <body>
232
-
233
-
234
-
235
- <!-- Navigation -->
236
-
237
- <nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
238
-
239
- <div class="container">
240
-
241
- <a class="navbar-brand" href="index.html">Start Bootstrap</a>
242
-
243
- <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">
244
-
245
- Menu
246
-
247
- <i class="fas fa-bars"></i>
248
-
249
- </button>
250
-
251
- <div class="collapse navbar-collapse" id="navbarResponsive">
252
-
253
- <ul class="navbar-nav ml-auto">
254
-
255
- <li class="nav-item">
256
-
257
- <a class="nav-link" href="index.html">Home</a>
258
-
259
- </li>
260
-
261
- <li class="nav-item">
262
-
263
- <a class="nav-link" href="about.html">About</a>
264
-
265
- </li>
266
-
267
- <li class="nav-item">
268
-
269
- <a class="nav-link" href="post.html">Sample Post</a>
270
-
271
- </li>
272
-
273
- <li class="nav-item">
274
-
275
- <a class="nav-link" href="contact.html">Contact</a>
276
-
277
- </li>
278
-
279
- </ul>
280
-
281
- </div>
282
-
283
- </div>
284
-
285
- </nav>
286
-
287
-
288
-
289
- <!-- Page Header -->
290
-
291
- <header class="masthead" style="background-image: url('img/post-bg.jpg')">
292
-
293
- <div class="overlay"></div>
294
-
295
- <div class="container">
296
-
297
- <div class="row">
298
-
299
- <div class="col-lg-8 col-md-10 mx-auto">
300
-
301
- <div class="post-heading">
302
-
303
- <h1>Man must explore, and this is exploration at its greatest</h1>
304
-
305
- <h2 class="subheading">Problems look mighty small from 150 miles up</h2>
306
-
307
- <span class="meta">Posted by
308
-
309
- <a href="#">Start Bootstrap</a>
310
-
311
- on August 24, 2019</span>
312
-
313
- </div>
314
-
315
- </div>
316
-
317
- </div>
318
-
319
- </div>
320
-
321
- </header>
322
-
323
-
324
-
325
- <!-- Post Content -->
326
-
327
- <article>
328
-
329
- <div class="container">
330
-
331
- <div class="row">
332
-
333
- <div class="col-lg-8 col-md-10 mx-auto">
334
-
335
- <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>
336
-
337
-
338
-
339
- <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>
340
-
341
-
342
-
343
- <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>
344
-
345
-
346
-
347
- <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>
348
-
349
-
350
-
351
- <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>
352
-
353
-
354
-
355
- <h2 class="section-heading">The Final Frontier</h2>
356
-
357
-
358
-
359
- <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>
360
-
361
-
362
-
363
- <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>
364
-
365
-
366
-
367
- <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>
368
-
369
-
370
-
371
- <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>
372
-
373
-
374
-
375
- <h2 class="section-heading">Reaching for the Stars</h2>
376
-
377
-
378
-
379
- <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>
380
-
381
-
382
-
383
- <a href="#">
384
-
385
- <img class="img-fluid" src="img/post-sample-image.jpg" alt="">
386
-
387
- </a>
388
-
389
- <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>
390
-
391
-
392
-
393
- <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>
394
-
395
-
396
-
397
- <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>
398
-
399
-
400
-
401
- <p>Placeholder text by
402
-
403
- <a href="http://spaceipsum.com/">Space Ipsum</a>. Photographs by
404
-
405
- <a href="https://www.flickr.com/photos/nasacommons/">NASA on The Commons</a>.</p>
406
-
407
- </div>
408
-
409
- </div>
410
-
411
- </div>
412
-
413
- </article>
414
-
415
- ```

2

修正

2021/09/22 09:05

投稿

niconic73027793
niconic73027793

スコア215

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,11 @@
2
2
 
3
3
 
4
4
 
5
- いじっているうちに、トップページ(index.php)のナビゲーションメニューが表示されなくなりました。
5
+ いじっているうちに、トップページ(index.php)のナビゲーションメニューとログイン中の時の
6
+
7
+
8
+
9
+ 管理メニューバーが表示されなくなりました。
6
10
 
7
11
 
8
12
 
@@ -214,6 +218,8 @@
214
218
 
215
219
  なお、個別ページ single.php のメニューは出ています。
216
220
 
221
+ ※管理メニューバーはでていません。
222
+
217
223
 
218
224
 
219
225
  ![個別ページ](0f06ed37fd6d484c35a0c7dd42c3a41b.png)

1

追記

2021/09/22 08:35

投稿

niconic73027793
niconic73027793

スコア215

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