Hi whosthatgirl69. Here’s a plugin that generates a login/logout by using a shortcode:
https://wordpress.org/plugins/login-logout-shortcode/
Then run the shortcode in your template top bar using the WP do_shortcode() function:
https://css-tricks.com/snippets/wordpress/shortcode-in-a-template/
Thanks bd. Was hoping not to add another plugin but will give it a go. Appreciate your reply!
A plugin is nothing more than a set of instructions to accomplish a specific task. If you don’t use a plugin you’ll most likely have to write the code yourself. Why reinvent the wheel?
You’re welcome; glad to help.