質問編集履歴

1

コード追記

2018/01/26 08:11

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -142,6 +142,14 @@
142
142
 
143
143
  <?php endif; ?>
144
144
 
145
+ <!--ページネーション-->
146
+
147
+ <?php if (function_exists('responsive_pagination')) {
148
+
149
+ responsive_pagination($additional_loop->max_num_pages);
150
+
151
+ } ?>
152
+
145
153
  ```
146
154
 
147
155