目前我遇到了问题。我的代码是
$category_ids = get_all_category_ids();
foreach($category_ids as $kk=> $cat_id) {
$cat_name= query_posts( 'posts_per_page=1&orderby=date&order=ASC&cat='.$cat_id);
if (have_posts ()) :while(have_posts()):the_post
这是我在我的loop.php文件中写的代码我想要的只是按类别显示最新的帖子按日期显示每个类别的1个帖子