質問編集履歴

2

コードの追加

2016/05/30 07:58

投稿

duty2810
duty2810

スコア18

test CHANGED
File without changes
test CHANGED
@@ -50,6 +50,22 @@
50
50
 
51
51
 
52
52
 
53
+ function.php
54
+
55
+ ```
56
+
57
+ <?php if (function_exists("pagination")) {
58
+
59
+ pagination($additional_loop->max_num_pages);
60
+
61
+ } ?>
62
+
63
+
64
+
65
+ ```
66
+
67
+
68
+
53
69
  何が問題なのでしょうか。
54
70
 
55
71
  どなたか、教えていただけませんでしょうか。

1

文章の訂正

2016/05/30 07:57

投稿

duty2810
duty2810

スコア18

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,9 @@
4
4
 
5
5
  コードは下記のように書いております。
6
6
 
7
+
8
+
7
- ------------------------------------------------------------------------------
9
+ ```
8
10
 
9
11
  <?php $blog_posts = query_posts('showposts=10&paged=$paged'); foreach($blog_posts as $post): setup_postdata($post);?>
10
12
 
@@ -42,7 +44,9 @@
42
44
 
43
45
  <!-- /pager -->
44
46
 
47
+
48
+
45
- ------------------------------------------------------------------------------
49
+ ```
46
50
 
47
51
 
48
52