Add images to sidebar?

2 replies
  • WEB DESIGN
  • |
I want to add a banner ad to the right sidebar of my wordpress site. I know how to place widgets in the sidebar but what about ad's or images? Thanks.
#add #images #sidebar
  • Profile picture of the author JosephI
    Use a text widget and add whatever code you want there.
    ie: To add an image create a div or <p> in the text widget so you can style it and add your image.
    If you're not sure with html, add an image in a post like you want in the sidebar, and then copy the html to the text widget.
    You can pretty much add whatever you want in a text widget.
    Good luck
    {{ DiscussionBoard.errors[9858092].message }}
  • Profile picture of the author hyperexpert07
    Originally Posted by iconoclast View Post

    I want to add a banner ad to the right sidebar of my wordpress site. I know how to place widgets in the sidebar but what about ad's or images? Thanks.
    2 ways: 1- Use text widget and add codes for your image like this:
    <a href="link_to_your_destination_page"><img src="address_of_image_in_wp_media_library" /></a>

    2- Install jetpack plugin. After activating it, many features will ad to your wp admin panel. One of them is image widget. Then you can simply add image to your sidebars simply by using image widget.

    Don't forget to click the thank button ;-)
    Signature

    Please don't press the Thank you button if this post isn't helpful.

    {{ DiscussionBoard.errors[9859746].message }}

Trending Topics