How To Add Linked Images To Widget Areas In WordPress
Please enable Javascript and Flash to view this Viddler video.The HTML code below can be used to add images to your WordPress Widget sections.
Linked image:
<a href="http://add-link-t0-destination-here/"><img src="http://add-link-to-image-here"></a>
Non-Linked image:
<img src="http://add-link-to-image-here" />
