通过主题的函数来实现这一点更简单。php或插件,而不是。htaccess:
function wpse31040_author_rewrite(){
add_rewrite_rule(
\'author/([0-9]+)/?$\',
\'index.php?author=$matches[1]\',
\'top\' );
}
add_action( \'init\', \'wpse31040_author_rewrite\' );
确保在添加该页面以刷新重写规则后访问permalinks设置页面。