After digging on the web for some time i found this solution. You just have to create a blank page in your wordpress, and then put this in the title of the page:
<a href=”your-link”>The title</a>
So for example, if you want to open the mail client to your email address, you should put a page title like:
<a href=”mailto:contact@mysite.com”>Contact</a>
And what if you want to point the link to another site?
<a href=”http://www.google.com”>Go to Google</a>
No plugins, no special tricks needed to put a link to a mail address or external link in your menu bar!
Thanks to Ulysses for the info.
Have fun!
No comments:
Post a Comment