Change the Author Permalink Structure in wordpress
Sumit Talwar · · 4760 Views
By default, WordPress shows author profiles as yoursite.com/author/name
. However, you can modify it to anything that you like, for example, yoursite.com/essayist/name
The following code snippet will modify the author permalink structure to /profile/name
. Paste that snippet in the functions.php
file.
0
You may also like:
Please login or create new account to add your comment.