You can easily add images to your sidebars, or wherever you have a widget, with a text widget. Here’s how…
Go to your Dashboard —->Appearance —->Widgets….
Pick where you want to place the image from the drop down list…

Next, from the available widgets column go to the text widget and click the “add” button…

Next, open the widget…

Now you can simply type your html code in the box provided. Here’s an example of the code you could input. Obviously you would have to adjust the image path to where you have your image. You can give your image a class name so you can style it in your custom.css
<img class=”name your class” src=”http://www.your path to your image”>
After you’re done, make sure you hit the “save changes” button!











If you would like to leave a comment and you have examples of code you want to show, you must "escape the code". This allows the entire code to show correctly by inserting certain variable around certain tags to make them show. If you don't "escape the code" your code will show up broken, mangled, and it won't be able to be seen correctly. "Escaping the code" is very simple...
Go ahead, leave a comment...