質問編集履歴

1

書式の改善

2019/06/29 16:47

投稿

mjmjmj
mjmjmj

スコア28

test CHANGED
File without changes
test CHANGED
@@ -46,7 +46,7 @@
46
46
 
47
47
  page.php
48
48
 
49
-
49
+ ```ここに言語を入力
50
50
 
51
51
  <?php $cat_id = get_cat_ID( get_the_title() );if ( $cat_id ) {$args = array('posts_per_page' => 10,'category' => $cat_id,);$posts = get_posts( $args );} foreach ( $posts as $post ): setup_postdata( $post ); ?>
52
52
 
@@ -60,9 +60,13 @@
60
60
 
61
61
 
62
62
 
63
+ ```
64
+
63
65
 
64
66
 
65
67
  single.php
68
+
69
+ ```ここに言語を入力
66
70
 
67
71
 
68
72
 
@@ -71,6 +75,8 @@
71
75
  <?php the_content(); ?>
72
76
 
73
77
  <?php endwhile; endif; ?>
78
+
79
+ ```
74
80
 
75
81
 
76
82