Wordpress Sidebar Widget Image Question

2 replies
Hi

I wonder if anyone can help?

I have a small jpg image and I want to put this into a sidebar text widget in Wordpress and then when someone clicks on it, it takes the person to one of my pages (this page is actually a subdomain of the domain on which the blog sits - althought I'm not sure that matters!)

Is that possible, and if so how do I do it?

Many thanks, Ali
#image #question #sidebar #widget #wordpress
  • Profile picture of the author joblythe
    Ali

    Insert the following HTML code in your widget

    Code:
    <a href="http://www.your_site.com/whatever_page.html" target="_blank">
    <img src="http://www.your_site.com/images/whatever_image.jpg" alt="Short Description Here">
    </a>
    Substitute your details where necessary.

    That should do the trick!
    Signature

    Kind Regards
    Auntie Jo

    A PROSPEROUS 2009 TO EVERYONE!!
    Back Up Your Filez! or how about a . .PLR Pack! . . and an OTO Link Manager!
    {{ DiscussionBoard.errors[317041].message }}
  • Profile picture of the author Midnight_Eden
    Hi Jo

    That's worked perfectly - thanks so much

    Regards, Ali
    Signature

    {{ DiscussionBoard.errors[318271].message }}

Trending Topics