add_action('init', 'cng_author_base');
function cng_author_base() {
global $wp_rewrite;
$author_slug = 'profil';
$wp_rewrite->author_base = $author_slug;
$wp_rewrite->flush_rules();
}Buradaki profil yazan yeri istediğiniz gibi değiştirebilirsiniz.Kaynak: http://usluer.org/yazar-linklerindek...i-degistirmek/