質問編集履歴

2

スペースの修正

2021/01/26 01:39

投稿

scottie320
scottie320

スコア28

test CHANGED
File without changes
test CHANGED
@@ -20,15 +20,21 @@
20
20
 
21
21
  <?php if (have_posts()) : ?>
22
22
 
23
- <ul class="list-news">
23
+ <ul class="list-news">
24
24
 
25
25
  <?php while (have_posts()) : the_post(); ?>
26
26
 
27
- <li><time datetime="<?php esc_html(the_time('Y-m-d')); ?>"><?php esc_html(the_time('Y.m.d')); ?></time><a href="<?php esc_url(the_permalink()); ?>"><?php esc_html(the_title()); ?></a></li>
27
+ <li><time datetime="<?php esc_html(the_time('Y-m-d')); ?>">
28
+
29
+ <?php esc_html(the_time('Y.m.d')); ?></time>
30
+
31
+ <a href="<?php esc_url(the_permalink()); ?>">
32
+
33
+ <?php esc_html(the_title()); ?></a></li>
28
34
 
29
35
  <?php endwhile; ?>
30
36
 
31
- </ul>
37
+ </ul>
32
38
 
33
39
  <?php endif; ?>
34
40
 

1

query.phpの修正

2021/01/26 01:39

投稿

scottie320
scottie320

スコア28

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
 
38
38
 
39
- query,php
39
+ query.php
40
40
 
41
41
  ```PHP
42
42