[Geschlossen] Conditional Content if User Not Logged In
This support ticket is created vor 3 Jahren. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.
We actually do have a shortcode that can check the users logged in status. The shortcode you can use is [wpv-current-user info="logged_in"]
This shortcode will return true or false if the user is logged in or not. You can therefore use this in our conditional statement to check the status of the user.
Here is a simple example below.
[wpv-conditional if="('[wpv-current-user info='logged_in']' eq 'true' "]
Do something if logged in
[/wpv-conditional]
Thanks. That is helpful, although it's still not working. Attached are two screenshots. I tried enabling debug mode but even that output does not appear. Does it being inside a widget have an impact? When I add the shortcode you provided as text inside a paragraph block it correctly displays "false" but it doesn't seem to have the desired effect inside the conditional block.