Hide Specific User Page
I’m assuming you want to hide the author page on the site itself (and not in wp-admin). To do that, just create a new template file called author-{$id}.php, where {$id} is replaced by the ID of the author you want to hide. So if the author ID is 6, the template file should be called … Read more