A blogger recently asked how to add an image to the sidebar of her WordPress blog.

Adding an image to your sidebar is rather easy.

There are a couple of ways that you can add an image to your sidebar in WordPress.

  • Click on media- add new.
  • Next click on the “Try the Flash uploader instead.”
  • Upload your image.
  • Once your image is uploaded, click on edit and copy the file url to the image.
  • Next click on Appearance.
  • Themes
  • Editor
  • On the right side of the page, click the link named “Sidebar.”
  • Once you’ve clicked on sidebar scroll through the code and place the following code where you want your image to appear.

Copy the following code:

<img src=”File url to image” alt=”Title of image” />

  • Once you have finished adding the code click on “update file.”
  • Your image should now be showing in your sidebar.

Tip: Keep the image rather small, so it doesn’t overlap the sidebar.

How to add a text widget

Another method of adding an image to your sidebar is to add a text widget.

  • In your WordPress admin panel click on Appearance then Widgets.
  • Next Click on Text and drag it to the sidebar on the right to activate the widget.
  • Once the widget is activated click on the arrow.
  • Copy the code I gave you above in the other method and paste it into the box.
  • Save your changes

If you want the image link to a particular website then use the following code.

<a href=”http://www.linktosite.com”><img src=”File Url to Image”>

You’ll now see that adding an image to your WordPress sidebar is actually a very simple process.

If you have any questions on this tutorial, please feel free to leave a comment.

stumbleupon:How to Add an Image to Your WordPress Sidebar del.icio.us:How to Add an Image to Your WordPress Sidebar digg:How to Add an Image to Your WordPress Sidebar spurl:How to Add an Image to Your WordPress Sidebar wists:How to Add an Image to Your WordPress Sidebar simpy:How to Add an Image to Your WordPress Sidebar newsvine:How to Add an Image to Your WordPress Sidebar blinklist:How to Add an Image to Your WordPress Sidebar furl:How to Add an Image to Your WordPress Sidebar reddit:How to Add an Image to Your WordPress Sidebar fark:How to Add an Image to Your WordPress Sidebar blogmarks:How to Add an Image to Your WordPress Sidebar Y!:How to Add an Image to Your WordPress Sidebar magnolia:How to Add an Image to Your WordPress Sidebar segnalo:How to Add an Image to Your WordPress Sidebar

Related Post:


If you found this page useful, consider linking to it.
Simply copy and paste the code below into your web site (Ctrl+C to copy)
It will look like this: How to Add an Image to Your WordPress Sidebar


4 Comments

4 Responses to “How to Add an Image to Your WordPress Sidebar”

  1. ray Says:

    That’s one useful tidbit of a tip. Thanks
    .-= ray´s last blog ..MS Office 2010 beta free download =-.

    [Reply]

  2. James M. Says:

    The text widget method is what I use most often, especially if I’m in a hurry. Otherwise, I dive into the sidebar php file and hard-code it there.
    .-= James M.´s last blog ..USB Switch Box: Multi-tasking Aid =-.

    [Reply]

    Rose DesRochers Reply:

    You know what’s funny? All the time I’ve used WordPress I’ve only begun to look at widgets.

    [Reply]

    James M. Reply:

    Like they say, we all have to start somewhere. :) Me, I’m almost into my first year of using wordpress and I still need to check out a lot of features e.g. RSS, subscribe features, multi-authoring, etc.

    [Reply]

Leave a Reply

CommentLuv badge

Page 1 of 11