[Resolved] How do I show something just if the user is *not* logged in?
-
Hello, I want to put a message on the forums that says “Sorry, your are not currently logged in. You may do so here” I’ve got it down, except the part where I want the message to disappear if the user *is* logged it.
How can I do this? Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Resolved] How do I show something just if the user is *not* logged in?’ is closed to new replies.
the “ is what is confusing me, because the user must be logged in to see it?
The exclamation mark before is_user_logged_in means “not” Ergo, it’s means the paragraph is seen if user is NOT logged in.