Page Restriction With Role

0

The plugin to help you make template pages in easy way and make them accessible depending on the additional role provided with this plugin and assigned to different users. How to Use

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

The plugin to help you make template pages in easy way and make them accessible depending on the additional role provided with this plugin and assigned to different users.

How to Use

  1. After installing the plugin, to make page templates go to plguin root folder and open slugs.php. Here you will see an array where key is page slug of the page you want to create and value is the label of the page to display.

  2. Now, go to template directory of the plugin folder and create a php file with the name that you provided as the array key in previous step.

  3. To make new additional role , go to wp-admin-> Additional role-> Add new. Give the name of the role that you want to create. Here you will find the checkbox list of pages you created in the template folder. Check those names of the file/page which you want to make accessible with this role.

  4. Go to wp-admin->users and select a user profile and assign him the additional role you want that you created in previous step . Now, that user will have access to pages only which are accessible with that role.

Enjoy !