Forums
Home / Plugin: Remove Author Pages / Missing /?author=0
(@evan_)
8 years, 6 months ago
It catches /author/ pages, but misses /?author=0 (etc).
(@viniweb)
Hi, Evan_,
If you try to access the /?author=[id] pages, the plugin will throw a 404 error, as it’s supposed to.
/?author=[id]
It will also remove links to author pages if the theme uses the author_link function to get the URL.
author_link
If /?author=[id] is hardcoded in the theme, the plugin can’t change it.
Cheers.