Hi, Evan_,
If you try to access the /?author=[id] pages, the plugin will throw a 404 error, as it’s supposed to.
It will also remove links to author pages if the theme uses the author_link function to get the URL.
If /?author=[id] is hardcoded in the theme, the plugin can’t change it.
Cheers.
Hi,
The redirection to home only works for links created using the WordPress API.
If the template or content links directly to the author page (i.e. the URL is hardcoded), the plugin will not change it.
Thanks for the info! I’ll keep this in mind for the next updates.