Statistics: Posted by Cristián Lávaque — March 26th, 2011, 3:44 pm
Is there a way to call upon the Pro Login Widget directly?
Yes, you can use this PHP tag if you'd like. <?php echo s2member_pro_login_widget(); ?>. For further details, please check your WordPress® Dashboard under: s2Member -> API Scripting -> Pro Login Widget via PHP. There are several options that can be configured dynamically through the PHP tag. It's not required, but you can get pretty creative if you check out the full documentation.
Statistics: Posted by Cristián Lávaque — March 25th, 2011, 11:13 am
Statistics: Posted by Cristián Lávaque — March 25th, 2011, 2:09 am
Statistics: Posted by jenicantle — March 24th, 2011, 11:21 am
[s2If is_user_logged_in()]
Content for anyone that is logged in, regardless of their Membership Level.
[/s2If]
[s2If !is_user_logged_in()]
Your registration page code. They're NOT logged in.
A leading !exclamation means false.
[/s2If]
Statistics: Posted by startasocialnetwork — March 4th, 2011, 1:16 pm
Statistics: Posted by jenicantle — March 3rd, 2011, 10:53 am