It’s completely possible. You’d just need to hardcode the links into one of your theme’s template files. Probably header.php or sidebar.php
what would I have to enter? I am not familiar with java scripts etc?
<a href="YOUR LINK URL" target="_blank"><img src="YOUR IMAGE URL"/></a>
I can’t seem to find the right .php file to edit. can someone help me out what I should look for? maybe a significant command or something?
and what command do I enter when I dont have an URL image?
I want that link to appear as a page right next to the “about” page etc. and I get it to appear there but without a title, by copy and pasting the command as a title into the headline of a new page. Anyone know how to get arounf that?
Oh, you want a regular text link. I saw the word “button” in your above post and thought you wanted an button image link. Try this:
<a href="YOUR LINK URL" target="_blank">YOUR LINK TITLE</a>
No you are right in the first post but for me this is more difficult as I am using a theme and I want the link to be basically a button in the row where all the Pages are. I can create pages next to each other, where at the beginning the home button and the abou tpage are located. I want a direct link via button rightnext to that. Cn you help me?