I would like to add a menu or links in the header_extras area instead of using he sociable icons.
In addition to having links to pages, i also want to put this code in so I can have the login/logout function work.
<?php wp_loginout(home_url() ); ?>
I found the .php file but when I put the code after the div tag it doesn't really work. I also tried putting the code into the extra header text are in General Settings but that doesn't show anything (probably doesn't recognize php?) Placing a hard coded link link will appear but does not achieve the loginout function that I want.
Any guidance will be greatly appreciated. Thanks.













