Add the ability to customize the base of author URLs #1220
Replies: 6 comments
-
This conflicts with #288, where we added a task for syncing the author's URL and the user's nickname, a requirement for Pemissions integration. If we implement this option we need to fix the integration with Permissions. |
Beta Was this translation helpful? Give feedback.
-
Maybe we can implement this by changing the user's nickname column and syncing the author term's slug. This way we keep it compatible with the Permissions plugin. Users are trying to achieve this using the plugin Edit Author Slug. |
Beta Was this translation helpful? Give feedback.
-
One more request for this today. They want to change the base slug from "author" to "contributor" |
Beta Was this translation helpful? Give feedback.
-
Contributor is a more accurate and inclusive term - ultimately this needs changed in the WP core |
Beta Was this translation helpful? Give feedback.
-
Thanks @heyjoecampbell At the moment, it looks like changing the base is possible with https://wordpress.org/plugins/edit-author-slug/ |
Beta Was this translation helpful? Give feedback.
-
Thanks @stevejburge I prefer using Code Snippets when possible: /* add_action('init', 'cng_author_base'); |
Beta Was this translation helpful? Give feedback.
-
At the moment, this is all that people see:
![Screen Shot 2020-12-23 at 11 04 13 AM](https://user-images.githubusercontent.com/3868028/103015582-b268bf80-450e-11eb-8527-b4dd09b4c831.png)
@heyjoecampbell mentions:
Beta Was this translation helpful? Give feedback.
All reactions