Descripció
This light weight plugin can be used to hide posts and pages from specified user roles. All you have to do is wrap the target content in the shortcode [lock_content]. The plugin also adds a new button to the default WordPress editor so you can lock content quickly and effortlessly.
Features:
Custom error messages: You can specify the error message while hiding the content. Just add an error attribute to the shortcode. For instance:
[lock_content error="You need to log in first"]Some text[/lock_content]
Also, you can add a default error message in the control panel that will be displayed in case the error attribute of the shortcode is absent.
User levels: By specifying a role in the shortcode you can decide which members see the hidden content. For instance:
[lock_content role="author"]Text visible to authors, editors and admins[/lock_content]
You can also set a default access level in the control panel.
Capabilities: You can also block access by specifying a capability instead of a role. This may come in handy if you have custom roles on your website. Here’s an example of this feature:
[lock_content capability="activate_plugins"]Text visible to admins[/lock_content]
If you like this plugin please give it a good rating.
Instal·lació
- Use WordPress’ plugin installer to install the plugin.
- Set default values in the control panel (optional).
- In the WordPress editor select the content you want to hide and click the lock icon in the top panel. The selected text will automatically be wrapped in the shortcode.
Col·laboradors i desenvolupadors
"Content Hider" és programari de codi obert. La següent gent ha contribuït en aquesta extensió.
ContribuïdorsTradueix “Content Hider” a la teva llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.0
- Initial release