- 
		Hi, 
 I’m using this php snippet to change /author to /member:// Change the author base so that author archives are available at /user instead of at the default, /author. 
 add_filter( ‘init’, function() {
 global $wp_rewrite;
 $wp_rewrite->author_base = ‘member’;
 });When RankMath is deactivated, the the author base change to “member” works fine. Can you please advise on how to make this work while using RankMath. I love RankMath and would prefer to continue using it. The site is https://agadev.flywheelsites.com/ Thank you for your help! 
 Suzanne
The ticket ‘Trying to change author base but RankMath won’t allow it’ is closed to new replies.
