Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-28T05:09:55-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=17060 2012-01-28T05:09:55-05:00 http://www.primothemes.com/forums/viewtopic.php?t=17060&p=61809#p61809 <![CDATA[Re: Template Tags for Custom Pages]]> WP Admin -> s2Member -> API / Scripting -> Simple/Shortcode Conditionals
WP Admin -> s2Member -> API / Scripting -> Advanced/PHP Conditionals


I hope that helps. :)

Statistics: Posted by Cristián Lávaque — January 28th, 2012, 5:09 am


]]>
2012-01-28T01:20:47-05:00 http://www.primothemes.com/forums/viewtopic.php?t=17060&p=61793#p61793 <![CDATA[Template Tags for Custom Pages]]>
Something like this

Code:
<?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.

Statistics: Posted by JordashTalon — January 28th, 2012, 1:20 am


]]>