Restricted Content Plugin – Free
This plugin will very easily let you restrict content on your WordPress site to registered users. It permits you to restrict entire posts / pages or individual sections of content within a post or page.
Screencast Demo
Features
- Restrict entire posts / pages.
- Restrict sections of content.
- Unlimited number of restricted areas.
- Four restriction levels – uses WordPress’s regular user levels.
- Hide content displayed in WordPress feeds.
Usage
First upload to wp-content/plugins and click activate from the WordPress plugins menu.
To restrict an entire post or page, simply select the user level you’d like to restrict the post or page to from the drop down menu added just below the post/page editor.
To restrict just a section of content within a post or page, you may use shortcodes like this:
[restrict userlevel="editor"] . . . your restricted content goes here . . . [/restrict]
Accepted userlevel values are:
- admin
- editor
- author
- subscriber
A premium version of this plugin is coming soon with many more awesome features.
Download for Free
Hit the download link be low and leave a comment at the bottom.










91 Comments
← Older Comments-
Pippin Williamson says:
September 15, 2011 at 5:11 pm
← Older Comments@Alex – If you are trying to change the message that is displayed with the short code, then you need to change line number 46. If you’re trying to change the message that is displayed by restricted the entire page/post content, then you will need to change one of the messages between line 162 and line 237. Look at the function name to know which to change.