I searched for an answer to my question but couldn't find one. I want to put a "Exit" link in the Basic Template. I looked at the main_php file under the Basic Template file but couldn't figure out how to edit it. It showed this:
user_login_link( ' [', '] ' );
user_register_link( ' [', '] ' );
user_admin_link( ' [', '] ' );
user_profile_link( ' [', '] ' );
user_logout_link( ' [', '] ' );
I've never seen this type of coding before. I'm used to the <a href coding. Can someone help me. I'm new to this program. Thanks a million!
By "exit" link I'm assuming you mean the same as "logout". You will only see the "logout" link if you are already logged in, then it appears automatically.
Do you want to change the name of "logout" to "exit"?