=== Anonymous Restricted Content === Contributors: cayenne Tags: restricted access, members, restrict anonymous, hidden content, limited access Requires at least: 3.0.1 Tested up to: 4.9.6 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Simple plugin which allows you to make selected posts, pages and categories visible for only authorized (logged-in) users. == Description == The plugin is as simple as you was looking for! Just mark the content you want to hide from anonymous (not logged-in) users as restricted - and it's done! In case anonymous user will try to get access to restricted page, post or category - he will be redirected to Wordpress Login page first. After successful authorisation, use is redirected back to the requested URL. == Installation == 1. Upload `anonymous-restricted-content` folder into the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. All done, you can start using it! == Frequently Asked Questions == = How to hide post/page from public access? = Go to post/page edit screen in WP Admin, and switch ON checkbox for "Restricted for not logged-in users". You can find it in right sidebar, inside "Publish" box. = What about categories? = You can also hide whole posts category from public access (including all its posts). To do it - go to category editing screen in WP Admin, and turn ON "Anonymous Restricted" checkbox. = All restricted options are reset after plugin re-install. What's going on? = We strictly care about your database size, and clean up all the data created by this plugin during its lifetime when plugin is uninstalled == Screenshots == 1. Hide any page from public acces. 2. Restrict access to any post for not logged-in users. 3. Anonymous restricted category option. 4. Not logged-in users are redirected to Login screen in case of trying access restricted content. == Changelog == = 1.0 = * Added Restricted categories * More efficient restricted options processing * Prepared plugin to be uploaded to Wordpress.org storage = 0.5 = * First version of plugin with just basic functions