Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have displayed the login link on the home page. Which links to the login page.

I want when a user login successfully, then instead of that link it should display logout or welcom user.

So my how will I do this? How wordpress maintain sessions?

share|improve this question

1 Answer

up vote 0 down vote accepted

Check out this plugin: http://wordpress.org/extend/plugins/login-and-out/

Once it's enabled, just add this to your theme where you want the login/logout links to display: rh_hype_lilo();

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.