Add image to sidebar


Author Message
brian Hackett

Posted: 2/4/2009
Quote message 

Hello
I am trying to add an image to the bottom of my sidebar .I could do this with a txt widget but i would like to hard code it into the sidebar.Is this done in sidebar1.php in the theme folder or in the sidebar.php in wp-admin folder.Also would you use a html or php code to achieve this
Thanks for any help
 
Marc Smith

Posted: 2/4/2009
Quote message 

Hard code changes to something appearing in the sidebar should be done in the sidebar.php file in the THEME directory, not in the base Wordpress code.
 
Sharon

Posted: 2/27/2009
Quote message 

I'm trying to add an image into the left side column as well, but cannot see anywhere in the demo mode to do this. Is there a way this can be done? I need to know before I purchase the product. Any help would be appreciated.

Cheers!
 
Dan E.

Posted: 2/28/2009
Quote message 

Quote Sharon :

I'm trying to add an image into the left side column as well, but cannot see anywhere in the demo mode to do this. Is there a way this can be done? I need to know before I purchase the product. Any help would be appreciated.

Cheers!

This is not done in Artisteer, it is done in Wordpress! The best way is to use a Text widget.

 
brian hackett

Posted: 3/2/2009
Quote message 

You can use a text widget or if you want to hardcode the image put an img src html string pointing to your image in the sidebar.php where you want it to appear.