Author to profile
-
Hello,
Thank you so so much for making this first of all. My ideal permalink for users would be /profile/id . This plugin allows me to do the ID part which is amazing. I had a snippet of code for the profile part but it no longer works when your plugin is installed. Is there any way to do this or a way you could include a new feature in the future for changing the /author/ to /anything/ ?
Here is the code.
add_action('init', 'cng_author_base'); function cng_author_base() { global $wp_rewrite; $author_slug = 'profile'; // change slug name $wp_rewrite->author_base = $author_slug; }
https://www.ads-software.com/plugins/change-author-link-structure/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Author to profile’ is closed to new replies.