This topic contains 5 replies, has 2 voices. Last updated by Cristián Lávaque 3 years, 1 month ago.
Topic Author | Topic |
---|---|
Posted: Tuesday Nov 12th, 2013 at 6:39 am #61038 | |
Hi So I have 2 conditions for a member options page one to show text to users not logged in and one to show to users who are level 0. When I have the short codes as follows the user not logged in can see just the text they are meant to see. The logged in user (at level 0) cant see anything they are meant to… [s2If !is_user_logged_in()] text for all not logged in to see [/s2If] If however I drop the last [/s2If] so the page looks like as follows: The logged in user (at level 0) can only see the text they are meant to see. However the user who isnt logged on can see what they are meant to see as well as what the logged in user can see. Swift response appreciated. |