This plugin is a minimal, lightweight solution that lets you protect specific parts of your WordPress post content, making them visible only to registered users.
Visitors who are not logged in will see a customizable colored banner with a button that links to the registration page.
[contenuto_protetto][contenuto_protetto] shortcodeYou can customize:
* Banner title
* Banner text
* Banner background color
* Button text
* Registration page link
All settings are available under Settings > Protected Content.
Basic example:
[contenuto_protetto]
This text is for registered users only.
[/contenuto_protetto]
With custom options:
[contenuto_protetto titolo="Premium Content" testo="Register to read" colore="#ff0000"]
Protected content here
[/contenuto_protetto]