By default WordPress author slug is – /author/[author_display_name]. How about if we need to change this to something else? Perhaps your site is not in English, and you want author slug in your language? This is very easily controllable with author_base property of WP_Rewrite class. Code goes in the functions.php… Read More »