我最近使用以下代码更新到WP 4.4和im:
$args = array(
\'orderby\' => \'ID\',
\'show_count\' => 1,
\'taxonomy\' => \'portfolio-type\',
\'use_desc_for_title\' => 1,
\'echo\' => 0,
\'title_li\' => \'\',
\'exclude\' => \'115,161\'
);
wp_list_categories($args);
它只排除了第一个id 115,而忽略了其他id,有什么解决方案吗?