author_base = $cw_author_base; $wp_rewrite->flush_rules(); } } add_action('init','cw_author_base_init'); function cw_author_base_edit() { $cw_author_base = get_option('cw_author_base'); if(!empty($cw_author_base)) { $author_url_base = $cw_author_base; } else { $author_url_base = 'author'; } ?>
You may enter a custom URL base for your author URLs. For example, using users as your author base would make your author links like http://example.org/users/username/. If you leave these blank the default author will be used.