在博客目录下找到如下路径:

\wp-includes\category-template.php

在category-template.php文件找到如下代码:

function wp_list_categories( $args = ” ) {
$defaults = array(
‘show_option_all’ => ”, ‘orderby’ => ‘name’,

(更多…)