質問編集履歴

1

誤字修正

2022/01/10 16:16

投稿

rokusan
rokusan

スコア13

test CHANGED
File without changes
test CHANGED
@@ -54,19 +54,13 @@
54
54
 
55
55
  <p class="date"><?php echo get_the_date('Y.m.d');?></p>
56
56
 
57
-
58
-
59
57
  <a class="text" href="<?php the_permalink(); ?>">
60
58
 
61
59
  <?php the_title();?>
62
60
 
63
61
  </a>
64
62
 
65
-
66
-
67
63
  </div>
68
-
69
-
70
64
 
71
65
  <?php endforeach; endif; wp_reset_postdata(); ?>
72
66
 
@@ -74,4 +68,4 @@
74
68
 
75
69
  </section>
76
70
 
77
- ```
71
+ ```