Skip to content

Instantly share code, notes, and snippets.

@achilles283
Last active December 25, 2015 19:09
Show Gist options
  • Save achilles283/7025225 to your computer and use it in GitHub Desktop.
Save achilles283/7025225 to your computer and use it in GitHub Desktop.
add_action('init', 'cng_author_base');
function cng_author_base() {
global $wp_rewrite;
$author_slug = 'profile'; // change slug name
$wp_rewrite->author_base = $author_slug;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment