I put images in my right sidebar all the time by simply using a div and image link. Why would you need another plugin/widget to do something this simple?
Just wondering …
Thread Starter
dlapin
(@dlapin)
I should have been clearer. I would appreciate specific instructions on how to do it, because I am new to this and have no skill at any of this.
Thanks!
Rather hard to be specific since there are hundreds of templates out there, not counting individually modified ones. Depending on your theme, there should be a r_sidebar.php (or some variation) file. From your dashboard, you’d open the presentation editor, select the sidebar, and where you want to put the image just use standard DIV’s to insert whatever you want.
Thread Starter
dlapin
(@dlapin)
I added a blank text box to the sidebar. Do I simply add the image to the file in WordPress on the server, and then insert the address in the text box? I assume that is what you mean, but I am a complete nove, and don’t even know what you mean by “standard DIV’s.”
Thanks for the help, even though I am sure it must be frustrating.
Well, I don’t know why you added a blank text box, but you can use any link you wish for the graphics you want to add – either to another site you control (do NOT hot-link, or link to graphics on others sites), or preferably upload your graphics to your WP /uploads folder or another folder you create for the purpose via FTP.
A DIV is standard markup. You create the area by inserting a <div> tag, putting the graphic link, then close the </div>
A pretty basic tutorial on divs can be had at: http://htmldog.com/reference/htmltags/div/
Of course this can also be done via one of your PHP files, but that takes much more advanced coding ability to handle.