Hi,
I want to hide author usernames on my website. By that I mean when someone enters http://www.example.com/?author=1 into the browser, they are sent back to the homepage rather than presented with information regarding the author=1 (ie: admin author name).
Basically, I’m following Item #8 from this page…
I’ve tried adding the Item #8 sample code to the X-Child functions.php using link
https://www.example.com/wp-admin/theme-editor.php?file=functions.php&theme=x-child
but that doesn’t work.
What else can I try in order to hide general access to site user names?
Thanks!