Well yes,
You could add lots of places in the header. You may have to edit a page of the code a little if you want it in certain places. If you want it in the topbar you could make the right site widget enabled and add it there. Where do you want it?
Kadence Themes
Thanks for the reply. I want to be able to put it on top of the menu. I want to add a little icon with text that says “English Site”. Then once I am on the english site I want to be able to link back to the spanish site. Is this too complicated? Thank you very much.
Your going to need to code it into your header. Open up header.php and find the tag
<nav id=”nav-main” …
Put your code just before it. Something like:
<div class="clearfix" style="text-align:right"><a href="YOURLINK" class="kad-btn kad-btn-primary">English Site</a></div>
Hope that helps
Kadence Themes