Skip to content

Instantly share code, notes, and snippets.

@psflannery
Created October 7, 2013 08:45
Show Gist options
  • Save psflannery/6864621 to your computer and use it in GitHub Desktop.
Save psflannery/6864621 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