• Hello guys.

    How do i add a button in the footer, that’s also linkable???

    I use the standard 1.5 theme from Kubrick, just if you needed to know…

    Le Marquis

Viewing 5 replies - 1 through 5 (of 5 total)
  • In wp-content/themes/default, grab the file called “footer.php.” Open it up in whatever you would like and somewhere past ‘<div id=”footer”>’ add the code that you want which I would assume would be something like

    <a href="www.site.com"><img src="bla.jpg" /></a>

    Just to keep things a little “accessible” let’s change the link to:

    <a href="www.site.com" title="photograph of bla"><img src="bla.jpg" alt="photograph of something called a blah" /></a>

    or you could use css to do the same thing, which would be the cleanest way and then add a link for it

    Thread Starter LeMarquis

    (@lemarquis)

    Thanks…

    I got it now? It’s not hard…

    It’s easy when you know how 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘place images in footer?’ is closed to new replies.