Home Forums Theme support Eastend : General question about wordpress login Reply To: Eastend : General question about wordpress login

Hi,

the easiest way to check if a user is logged in is to use the wordpress core functions:

http://codex.wordpress.org/Function_Reference/is_user_logged_in

I think that’s what you need.