thebrandonallen / edit-author-slug

WordPress plugin that allows an admin (or capable user) to edit the author slug of a user, and change the author base. New development takes place on the 'develop' branch.
http://wordpress.org/plugins/edit-author-slug/
GNU General Public License v2.0
41 stars 8 forks source link

Add ID to Edit Author Slug #15

Closed Sebaortiz closed 5 years ago

Sebaortiz commented 6 years ago

it is possible to add the user id to the slug?

Example: http://example.com/ninja/master-ninja/ID

thebrandonallen commented 6 years ago

This is possible, but only if you write some custom code to achieve this.

You would need to append the the /ID to every author URL, and you would also need to intercept all requests so you could direct these new URLs to the correct author. WordPress won't handle this by default.

Sebaortiz commented 6 years ago

It sounds interesting, what is the way forward?

maybe in a new version could include that new functionality

thebrandonallen commented 5 years ago

This is beyond the scope of what I want the plugin to do. At this time, I will not be adding this functionality.