=== Restrict Partial Content Plugin === Contributors: speedito Tags: Restrict specific content portion for role type or users Requires at least: 3.9.1 Tested up to: 3.9.1 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This is a simple plugin to allow you to restrict the access to specific portion of the page/post. You can use the shortcode provided to show some of the content and restrict the remaining content to specific users or user types(via roles). == Description == Typical use case would be to restrict access to a bit of content to users unless they are logged. Can help you improve your subscription rates. Options available are:
  1. Restrict access based on the type of user
  2. Restrict access based on specific user id
Details and examples about using the plugin are available at speedsoftsol.com/simple-faq-plugin/ == Installation == 1. Upload zip archive `restrict-partial-content.zip` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == Shortcode to use: [restrict][/restrict] All content between the start and end of the shortcode will be restricted Shortcode parameters: 1. allow_role => The Role(s) to allow access to the restricted content. This should correspond to the Wordpress roles. Can take multiple values which are comma separated 2. allow_user => The User ID(s) to allow access to the restricted content. 3. message => The message that is visible when content is restricted == Changelog == = 0.1 = Initial launch = 0.2 = Improve check when user is not logged in