Description
This shortcode displays content based on the permissions of the specified post or page.
Shortcode Examples
Simple Example
[memb_can_view_post postid=172] You can view this post [/memb_can_view_post]Example with Alternate Ouput
[memb_can_view_post postid=172]
Yay! you can view that page!
[else_memb_can_view_post]
Nope. Sorry. You can't look at that.
[/memb_can_view_post][memb_can_view_post postid=180]
Yay! you can view that page!
[else_memb_can_view_post]
Nope. Sorry. You can't look at that.
[/memb_can_view_post]Here’s how you can get the postid:

Shortcode Parameters
postid | The id of the specific post. |
|---|
Additional Information
You can read this article to know how [memb_can_view_post] shortcode can be used to create a grid of images that are in full color, or are ghosted gray depending on your access to each item in the grid.
Shortcode Attributes
| Conditional | Yes |
|---|---|
| Nestable | Yes |
| Accepts formatting | No |
| Capturable | No |

