I want to set up a private WordPress site, with only 2 users, all I need is a simple private site functionality, with visitors unable to see anything when trying to login, only being redirected to the login page. RSS should also be blocked.
I have found one plugin which does this, but it doesn’t seem to be maintained, any others which do the same thing and are maintained?
Use this :
http://wordpress.org/extend/plugins/password-protected/
If you can, use apache basic authentication, much easier than trying to do this with a WP plugin, especially if you only have 2 users for the site.
See WordPress ⺠Absolute Privacy « WordPress Plugins. Full login control and blocking of RSS.
I’ve been working on this a little bit, and this solution adds a new set of options to the “Privacy” settings page.
Just toss that code into your theme’s functions.php file or create a simple plugin containing the code and you’re well on your way!