How to add pictures in sidebar of a wordpress site?

8 replies
  • WEB DESIGN
  • |
I'm trying to figure out what WordPress plugin allows widget to post pictures
Any body here could help me please
#add #pictures #sidebar #site #wordpress
  • Profile picture of the author danparks
    How about just using the Text widget. Upload an image to your site, get the image URL. Use that URL in an img tag in the Text widget. Done.
    {{ DiscussionBoard.errors[10285679].message }}
    • Profile picture of the author pororo
      Originally Posted by danparks View Post

      How about just using the Text widget. Upload an image to your site, get the image URL. Use that URL in an img tag in the Text widget. Done.
      This will work out well, but it is better to ask on wordpress forum instead.
      {{ DiscussionBoard.errors[10285734].message }}
  • Profile picture of the author fpforum
    danparks is exactly correct, lol.. It's very simple.

    1) Visit imgur.com and upload your picture
    2) Right click on the uploaded picture and choose "Copy Image Location"
    3) Go into WP-Admin -> Appearance -> Widgets
    4) Drag the Text widget into the sidebar you want it to appear in
    5) Copy/Paste this text into the Widget body area (you can add a Title if you want, or leave that blank)
    Code:
    <img src="paste imgur link here" border="0" />
    That will put the image in there just as it is. If you want to make that image a clickable link, use this code:
    Code:
    <a href="your destination link here"><img src="paste imgur link here" border="0" /></a>
    Now, say you want to actually specify the height/width of the image to make it fit better in the sidebar..Then, just put this code in there:
    Code:
    <img src="paste imgur link here" height="250" width="250" border="0" />
    6) Press the save button and you're good to go!
    Signature
    Free SEO Software - Start Improving Your Rankings Today!
    Windows VPS Servers - Cheap Windows VPS Servers With Instant Setup!
    {{ DiscussionBoard.errors[10287472].message }}
  • Profile picture of the author yukon
    Banned
    WTH does this have to do with SEO?
    {{ DiscussionBoard.errors[10287485].message }}
  • Profile picture of the author Husnain Meerzadeh
    You don't need any plugin for that. Just put an HTML/TEXT widget on the sidebar. And use this simple HTML: <img src='your image src' width='20px' height='20px'/>
    {{ DiscussionBoard.errors[10287618].message }}
    • Profile picture of the author issuemagazineplus
      The best and easiest way is to add a text widget and add image by using image tag.
      {{ DiscussionBoard.errors[10350200].message }}
  • Profile picture of the author yasar
    Go to widtget -> add text to side bar , Now text box display the side bar. in that box you can add the images
    To add below code and save it

    <img src="imagepath/imagename.png">
    {{ DiscussionBoard.errors[10350756].message }}
  • Profile picture of the author Arshalan008
    you can use thumbnails
    {{ DiscussionBoard.errors[10352034].message }}

Trending Topics