How to fix Sign In option in WordPress
I have a WordPress site with “Sign In”option right side top: http://www.chicago-plastic-surgeons.com/
I want that when login in my WordPress site the then display a “Log Out” option only and “Sign In” would be disappeared like this: http://www.chicago-plastic-surgeons.com/events/
This is my code:
div class="fix floatleft sign_in"
a href="http://www.chicago-plastic-surgeons.com/wp-login.php"Sign In/a
a href="http://www.chicago-plastic-surgeons.com/wp-login.php?action=logout amp;redirect_to=http%3A%2F%2Fwww.chicago-plastic-surgeons.comamp;_wpnonce=6049e0b736"Log out/a
/div
How could I fix it? Thank you.
N.B. Recently I have changed my site home page. So, I have already created and customized wp-login.php file in WordPress directory. I just want to use link form there which I mentioned in my code.
Topic wp-signup wp-login-form Wordpress
Category Web