Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Check if a user is logged in?

It can do done with IF and User ID.

I do not know the file that deals with user login but something like this should work:

If $user_id = 4;

echo “what ever you want to show to user #4”

Skip to toolbar