カテゴリIDの3を5件表示したい場合、
[sourcecode language=’php’]
query_posts($query_string . “&showposts=5&cat=3”);
[/sourcecode]
$query_stringに設定できるオプションには、カテゴリ、表示件数、ソート項目などがある。
TORIYAMAHONPOS WordPressのまめ知識
カテゴリIDの3を5件表示したい場合、
[sourcecode language=’php’]
query_posts($query_string . “&showposts=5&cat=3”);
[/sourcecode]
$query_stringに設定できるオプションには、カテゴリ、表示件数、ソート項目などがある。