简体   繁体   中英

order categories through wordpress loop

using query_posts

<?php query_posts("&cat=775,777,779&posts_per_page=12&orderby=date");?>

<?php while (have_posts()) : the_post(); ?>

i'm trying to run through 3 categories and post like so...

cat1post1, cat2post1, cat3post1, cat1post2, cat2post2, cat3post2, etc... and order by date... can this be accomplished with only 1 loop?

对于这种类型的自定义帖子排序,您可以安装一个名为: aStickyPostOrderER的Wordpress插件,它可以自定义WordPress(2.3+版本)博客中每个类别,每个标签或全部的帖子显示顺序。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM