I’m attempting to use this simple shortcode conditional, per the kb
[s2If is_user_logged_in()]
Content for anyone that is logged in, regardless of their Membership Level.
[/s2If]
[s2If !is_user_logged_in()]
Some public content. They're NOT logged in.
A leading !exclamation means false.
[/s2If]
The content for when user is logged in works fine.
But when i’m not logged in i just see a blank page. All other page content is missing.
please tell me i’m missing something obvious