我有这个密码
$cat_args=array(
\'include\' => \'42,210,21\',
\'orderby\' => \'42,210,21\',
\'order\' => \'asc\'
);
$categories=get_categories($cat_args);
foreach($categories as $category) {
$args=array(
\'showposts\' => 1,
\'category__in\' => array($category->term_id),
\'caller_get_posts\'=>1
);
我想要orderby
与…的顺序相同include
, 不按姓名或id