• Is there a way to place a button on my WordPress page that has link to another web site. In other words someone clicks that button then it takes them to another web site. I have been trying to do this for 3 days. It’s not really a problem with a normal web page but WP doesn’t seem to have any flexability. If it’s not possible someone please tell me so I can get something that is more flexable.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Where on your page ?
    In the sidebar ?

    Edit the actual template and put the code there:
    <a href="https://www.anothersite.com">
    <img src="button.jpg" alt="click me !" />
    </a>

    Thread Starter sinebar

    (@sinebar)

    Well I guess part of the problem has been that I can’t find the template or the actual index for the main page where all the code is. It seems to be buried someplace. Where is the template located?

    In 1.5
    Presentation > Theme Editor > Sidebar template

    That will depend on your them but most are pretty much like that.

    Thread Starter sinebar

    (@sinebar)

    Hey that just might be what I’ve been looking for. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Placing a button with a link on my page’ is closed to new replies.