I’m using wordpress for a website, and all I am trying to do is link to external sites in the general headers section.
To be very specific, I am creating this in the Settings / General Header section and typing my HTML in the footer box.
My actual html for the site is a bit more complex, but I added a very simple text link to demonstrate the issue. Here is the code:
<a href="http://www.google.com"> Google </a>
Basically this link does nothing at all. Is there a restriction to using the general header section? Where else can I put this code to make it work? Any help is great, thanks!
So it turns out that there was some random div that was over riding the above code, once removed, everything worked as expected!