Template Tags for Custom Pages
Posted: January 28th, 2012, 1:20 am
Here's what I want to do, make a custom page that is partially protected (e.g. doesn't redirect the entire page but just protects a portion of it).
Something like this
How can I do that with S2 Membership plugin?
Thanks.
Something like this
- Code: Select all
<?php if(user_level = 1) { ?>
// Output content that user level 1 should be able to see
<?php } ?>
How can I do that with S2 Membership plugin?
Thanks.