Hi
pls let me know how to add a condition for loggedin users in conditional block. I tried this
( ( '[wpv-current-user info="id"]' eq 'logged_in' ) AND ( '[wpv-post-field name="user-status" ]' eq '1' ) ) but it doesn't work.
If in the advanced editor I add
( '[wpv-current-user info='logged_in']' eq 'true' )
after saving it's automatically changed into
( '[wpv-current-user info="id"]' eq 'true' ) that doesn't work either.
Please explain.
thanks
Nicola
I just used the conditional block to check that the current user id wasn't empty—which works as expected. Switching to the Advanced editor it showed the generated condition as