質問編集履歴

3

どうやら画像リンクがディレクトリの考え方ではないかと思ったので、front-page.phpを掲載しました。ご指摘ありましたらよろしくお願いします。

2020/07/31 00:26

投稿

ema-material
ema-material

スコア29

test CHANGED
File without changes
test CHANGED
@@ -403,3 +403,27 @@
403
403
  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
404
404
 
405
405
  ```
406
+
407
+ front-page.php
408
+
409
+ ```php
410
+
411
+ <div id="wrapper">
412
+
413
+ <div id="left-main">
414
+
415
+ <div class="slider">
416
+
417
+ <div class="slide"><a href="#"><img src="<?php echo get_template_directory_uri(); ?>/common/images/main01.jpg" alt="" width="798" height="373" class="slider__img"></a>
418
+
419
+ </div>
420
+
421
+ <div class="slide"><a href="#"><img src="<?php echo get_template_directory_uri(); ?>/common/images/main02.jpg" alt="" width="798" height="373" class="slider__img"></a>
422
+
423
+ </div>
424
+
425
+ <div class="slide"><a href="#"><img src="<?php echo get_template_directory_uri(); ?>/common/images/main03.jpg" alt="" width="798" height="373" class="slider__img"></a>
426
+
427
+ </div>
428
+
429
+ ```

2

index.phpとheader.phpのソースコードを追記しました(2020.07.28)

2020/07/31 00:26

投稿

ema-material
ema-material

スコア29

test CHANGED
File without changes
test CHANGED
@@ -359,3 +359,47 @@
359
359
 
360
360
 
361
361
  ```
362
+
363
+ 以下index.phpの記載内容です。
364
+
365
+ ```php
366
+
367
+ <?php get_header(); //header.phpを取得 ?>
368
+
369
+ <main id="contents">
370
+
371
+ <div id="mainService">
372
+
373
+ <?php if (have_posts()) ://ループ開始 ?>
374
+
375
+ <?php while (have_posts()) : the_post();//繰り返し処理を開始 ?>
376
+
377
+ <h1><?php the_title(); //記事タイトルを表示 ?></h1>
378
+
379
+ <?php the_content(); //投稿本文を表示 ?>
380
+
381
+ <?php endwhile;//繰り返し処理の終了 ?>
382
+
383
+ <?php else://記事が見つからない場合の処理 ?>
384
+
385
+ <p>ページが見つかりませんでした。</p>
386
+
387
+ <?php endif;//ループ終了 ?>
388
+
389
+ </div>
390
+
391
+ </main>
392
+
393
+ <?php get_footer(); //footer.phpを取得 ?>
394
+
395
+
396
+
397
+ ```
398
+
399
+ header.php
400
+
401
+ ```php
402
+
403
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
404
+
405
+ ```

1

中略を入れることによって記載もれがあったかもしれないので、編集しました。よろしくお願いします。

2020/07/28 08:06

投稿

ema-material
ema-material

スコア29

test CHANGED
File without changes
test CHANGED
@@ -161,3 +161,201 @@
161
161
  </html>
162
162
 
163
163
  ```
164
+
165
+ 7月23日15:40編集機能にて追加記載しました。
166
+
167
+ ```php
168
+
169
+ <!doctype html>
170
+
171
+ <html lang="ja"><head>
172
+
173
+ <meta charset="utf-8">
174
+
175
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
176
+
177
+ <meta content="" name="description">
178
+
179
+ <meta property="og:title" content="" />
180
+
181
+ <meta property="og:type" content="" />
182
+
183
+ <meta property="og:url" content="" />
184
+
185
+ <meta property="og:site_name" content="" />
186
+
187
+ <title><?php echo get_bloginfo(); ?></title>
188
+
189
+ <link href="<?php echo get_stylesheet_uri(); ?>" rel="stylesheet">
190
+
191
+
192
+
193
+
194
+
195
+ <link rel="stylesheet" type="text/css" href="slick/slick.css">
196
+
197
+ <link rel="stylesheet" type="text/css" href="slick/slick-theme.css"/>
198
+
199
+ <link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital@1&family=Krona+One&family=Montserrat:wght@400&display=swap" rel="stylesheet">
200
+
201
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" integrity="sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q" crossorigin="anonymous">
202
+
203
+ <script src="common/js/jquery.js"></script>
204
+
205
+ <!--CDNのjQuery ver.3を下記に記載-->
206
+
207
+ <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>-->
208
+
209
+ <!--</head>直前に?php wp_head(); ?を記載しているのでSWordpressの場合はいらない-->
210
+
211
+
212
+
213
+ <!--<script type="text/livescript" src="common/js/buzzdiva.js"></script>-->
214
+
215
+
216
+
217
+ <!--slick読み込み-->
218
+
219
+ <script src="slick/slick.js"></script>
220
+
221
+ <!--Font Awesome CDN-->
222
+
223
+ <script src="https://use.fontawesome.com/fc99c6d9b6.js"></script>
224
+
225
+ <?php wp_head(); ?>
226
+
227
+ </head>
228
+
229
+
230
+
231
+ <body <?php body_class(); ?>>
232
+
233
+
234
+
235
+ <header>
236
+
237
+ <ul>
238
+
239
+ <li>
240
+
241
+ <ul class="h1_style">
242
+
243
+ <li>Pick up the female singer that is now attracting attention</li>
244
+
245
+ <li><h1><a href="<?php echo home_url(); ?>"><img src="<?php echo get_template_directory_uri(); ?>/common/images/logo.svg" alt="BUZZ_DIVA" width="462" height="50"></a></h1></li>
246
+
247
+ </ul>
248
+
249
+ </li>
250
+
251
+ <li><form action="buzz_diva.php" autocomplete="on" method="post" class="pc tablet">
252
+
253
+ <input id="search-input" placeholder="SEARCH" type="text" name="search-key"><input id="search-button" type="submit">
254
+
255
+ </form></li>
256
+
257
+ <li><ul class="sns_ul pc tablet">
258
+
259
+ <li class="sns_li"><a href="#" class="fb"><i class="fa fa-facebook fa-big"></i
260
+
261
+ ></a></li>
262
+
263
+ <li class="sns_li"><a href="#" class="tw"><i class="fa fa-twitter fa-big"></i></a>
264
+
265
+ </li>
266
+
267
+ <li class="sns_li"><a href="#" class="rs"><i class="fas fa-rss"></i></a></li>
268
+
269
+ </ul></li>
270
+
271
+
272
+
273
+ </ul>
274
+
275
+ </header>
276
+
277
+
278
+
279
+ </body>
280
+
281
+ <script type="text/javascript">
282
+
283
+ jQuery(document).ready(function($){
284
+
285
+
286
+
287
+ $('.slider').slick({
288
+
289
+ autoplay: true,
290
+
291
+ autoplaySpeed: 8000,
292
+
293
+ cssEase: "ease-in-out"
294
+
295
+
296
+
297
+ });
298
+
299
+
300
+
301
+ });
302
+
303
+
304
+
305
+ //ヘッダーインナー高さを100px下にスクロール後小さくするjQuery
306
+
307
+ jQuery(document).ready(function($){
308
+
309
+ var $win = $(window),
310
+
311
+ $header = $('header'),
312
+
313
+ animationClass = 'header-animation';
314
+
315
+
316
+
317
+ $win.on('load scroll', function() {
318
+
319
+ var value = $(this).scrollTop();
320
+
321
+ if ( value > 100 ) {
322
+
323
+ $header.addClass(animationClass);
324
+
325
+ } else {
326
+
327
+ $header.removeClass(animationClass);
328
+
329
+ }
330
+
331
+ });
332
+
333
+ });
334
+
335
+
336
+
337
+ //フッターのsearch-fixedを300pxスクロールした後表示させるjQuery
338
+
339
+ jQuery(window).scroll(function($){
340
+
341
+ var scroll = $(window).scrollTop();
342
+
343
+ if (scroll > 300){
344
+
345
+ $('.search-fixed').addClass('scrollin');
346
+
347
+ }else{
348
+
349
+ $('.search-fixed').removeClass('scrollin');
350
+
351
+ }
352
+
353
+ });
354
+
355
+ </script>
356
+
357
+ </html>
358
+
359
+
360
+
361
+ ```