Here is my blog. I put a "Log In" link in the menu bar, but would like to make it automatically change to a "log out" link when the user logs in. How can I do this?
Here is my blog. I put a "Log In" link in the menu bar, but would like to make it automatically change to a "log out" link when the user logs in. How can I do this?
use: <?php wp_loginout(); ?>
and try putting something like this next to it to get a register/site admin link:
<?php wp_register('', ''); ?>
Thanks!
yep, good luck.
This topic has been closed to new replies.