// change author base permalink
function change_author_permalinks() {
global $wp_rewrite;
$wp_rewrite->author_base = '';
$wp_rewrite->author_structure = '/' . $wp_rewrite->author_base. '/%author%';
}
add_action('init','change_author_permalinks');
$wp_rewrite->author_base = 'advertiser';

There are currently 1 users browsing this thread. (0 members and 1 guests)