Change the WordPress Author Archive Permalink
-
Hi! I just found out that using $wp_rewrite->flush_rules(); messes with permalinks on WP 3.2.1.
Is there another way to use this function to change the WP author archive permalink?
Here is my actual (not working anymore) code:
global $wp_rewrite; $wp_rewrite->author_base = "contributors"; $wp_rewrite->flush_rules();Thanks for your help!
The topic ‘Change the WordPress Author Archive Permalink’ is closed to new replies.