Restrict Content Pro
A full-featured, powerful membership solution for WordPress.
Installation
This is premium plugin. You can buy it here.
Updates
As premium plugin updates are available through developer website.
Official documentation
Plugin own documentation will help you with native plugin features.
Usage
Shortcode
There are many options in restricting content in plugin, one of them is using shortcodes
[restrict paid="true"]Content to be restricted.[/restrict]
.
Options
You can also define access level using the options box. You will find it right under the post content editor. For more information about available options and setups, please refer to the official documentation.
This will look like this to restricted user.
Register page
To set up the plugin register page (screen above), please do as follows:
- Go to the WP admin panel › Pages and create a page (let's call it "Register")
- Add the
[register_form]
into its content - Publish page
- Go to the WordPress Admin › Restrict › Settings › General panel
- Choose the "Register" page for the Registration Page field
- Save
Login page
To set up the plugin login page (screen above), please do as follows:
- Go to the WP admin panel › Pages and create a page (let's call it "Login")
- Add the
[login_form]
into its content - Publish page
- Go to the WordPress Admin › Restrict › Settings › Misc panel
- Choose the "Login" page for the -- Login Page field
- Save