質問編集履歴
2
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
現在、query_postsを使って以下のように記事を呼び出しています(日付順で15件)。
|
2
|
-
|
2
|
+
```
|
3
3
|
<?php query_posts("showposts=15");?>
|
4
|
-
|
4
|
+
```
|
5
5
|
5つの投稿カテゴリが在り、以下のようにカテゴリ順で呼び出したい場合、query_postsのパラメータ設定で実現可能なのでしょうか?
|
6
6
|
|
7
7
|
1、2、3、4、5、1、2、3、4、5、1、2、3、4、5
|