I am running WordPress 3.3.2 self-hosted. I used to see the option “I would like my site to be private, visible only to users I choose” under Privacy Settings but I no longer see this option. Instead, now I only see the options to make the blog visible or not visible to search engines, but no way to make it private.
I have already tried deactivating all plugins and setting to a basic theme (Twenty Eleven 1.3) to see if my plugins or theme were causing a problem, but still do not see the old option.
Any tips much appreciated!
It sounds like you were on WordPress.com previously, which has options that are not built in to the core of WordPress. There are various plugins out there to accomplish a similar end result, such as Restricted Site Access.
There has a never been an option like this in core, so it must have been coming from a plugin you had previously installed. There are quite a few private site or private network themes, so I’d look for that. If you can identify a plugin that likely created that functionality, look at their changelog and see if they’ve recently moved their settings somewhere else.
There’s never been a core option like that. Try WordPress ⺠Absolute Privacy « WordPress Plugins to restrict users and anyone not registered from seeing the site at all and disabling the RSS feed to further keep search bots from indexing the site.
The option label was something like this but it was intended about search engine indexing your site. So, after later version they clarified this (because some people was confused parhaps).
here is bit of code where you can redirect visitors not logged in to login screen.
Now you can manually add users from dashboard. And after login they will be able to access the site. Very basic function but you get the idea 🙂