SlideShare una empresa de Scribd logo
1 de 24
How to place an image inside a
   widget on your sidebar




      http://fairyblogmother.co.uk
Go to ‘Appearance’ in the left
        sidebar of the Dashboard and
        from the menu extension select
        ‘Widgets’.




Alternatively, click on your
blog’s name at the top left of
the black bar at the top of
the page, and select
‘Widgets’ from the drop
down menu.
Select the widget called
‘Image’.
And drag it into the
position you want it
to be in you sidebar.
Once placed into the sidebar, the
widget will automatically open up.


The first field is for the widget’s
title. This will show above the
widget when it is placed in the
sidebar.
The second field requires the URL
of the image the sidebar will
display.
Once an image has been uploaded
into the Media Library, it is
allocated a URL or web address
for its own page on the blog.
See how to find the image’s URL
on the next slide.
An image’s URL is located by going
to the Media Library, finding the
correct image, and mousing over
the title to bring up the ‘Edit’ link.




On the next page look over to the
Save menu on the top right to find
the URL.
The third field contains the
alternative text, which is a
description of the image for the
search engines (who cannot read
images) and also for partially
sighted web users (who require
their computers to read for them).
The fourth field contains the
image’s title, which shows up as
the little yellow tag when the
image is moused over. It should
also be descriptive.
The fifth field contains the
caption, which is the description
that goes underneath the image.
A point to note is that the caption
is the second thing most likely to
be read after the post’s headline.
Alignment determines the
position of the image within the
widget.
You can change the pixel width
and height of your image here.
And if you want your image to be
a link to another destination,
write its URL or web address here.
And don’t forget to save.
And here’s your picture widget!
The alternative widget would
be the text one, but then you
will need to write in some code
to make your images show up,
like these social media icons
here:
Here is some simple code that
allows the images to show in the
widget in the sidebar and also
directs that image to a web address
destination.
I will explain it in the next slide.
The first thing I want you to
notice is the image’s URL.
It is placed between quotation
marks.
Now it has <img src= in front of
it, and /> after it.
This simple code tells the widget
here is an image that needs to
be shown, and where it is kept.
This code will
                                                              simply show the
                                                              image in the text
                                                              widget aligned on
                                                              the left.




Here it is complete: <img src=“http://alicedesigns.wordpress.com/2009/11/sidebar-twitter.jpg”/>


Show this       Open         This is the blog    The date it         The name of     Close        Finish
image           location     where it’s kept     was uploaded        the jpeg        location     imag
                                                                                                  e
But if you want your image to be a
link to somewhere else, you need
more code before and after it.
Type in the destination URL the
image is directed to in front of the
image code.
It should also be inside quotation
marks.
Now put in <a href= before
it immediately in front of
the quotation mark.
And a > before the <img
which you will recognise as
the beginning of the image
code.
You are enclosing the
destination URL in between
the <>
But you need to cancel the
instructions to redirect the
image to another location at
the end of the code, so don’t
forget to add </a> at the end
of all the code.
The <a href= and </a> is the
code for the link, and the
image code is placed inside it.
Also note / cancels out an
instruction.
Now this Twitter image is
linked to my Twitter profile.
Now do the same for the other images
and their destinations, and they will sit
side by side inside the text widget.
NB: It is advantageous to make your
images the correct size before uploading
and inserting them into your widgets.




Sophisticated stuff:
If you want your images to be on separate
lines, add a <p> in between each of their
complete codes.
If you want the image to open up on a
separate browser page, add this code
before the > for the link: target=“_blank”.

Más contenido relacionado

Destacado

Making your online life easier
Making your online life easierMaking your online life easier
Making your online life easierFairy Blog Mother
 
9 reasons why blogging sinks to the bottom of your to do list
9 reasons why blogging sinks to the bottom of your to do list9 reasons why blogging sinks to the bottom of your to do list
9 reasons why blogging sinks to the bottom of your to do listFairy Blog Mother
 
How to create links in content
How to create links in contentHow to create links in content
How to create links in contentFairy Blog Mother
 
How to use the WP Easy Columns plugin
How to use the WP Easy Columns pluginHow to use the WP Easy Columns plugin
How to use the WP Easy Columns pluginFairy Blog Mother
 
How to give an old blog post a new make-over ready for 2015
How to give an old blog post a new make-over ready for 2015How to give an old blog post a new make-over ready for 2015
How to give an old blog post a new make-over ready for 2015Fairy Blog Mother
 
How to add links to the sidebar
How to add links to the sidebarHow to add links to the sidebar
How to add links to the sidebarFairy Blog Mother
 

Destacado (14)

Making your online life easier
Making your online life easierMaking your online life easier
Making your online life easier
 
9 reasons why blogging sinks to the bottom of your to do list
9 reasons why blogging sinks to the bottom of your to do list9 reasons why blogging sinks to the bottom of your to do list
9 reasons why blogging sinks to the bottom of your to do list
 
Blogs use CMS
Blogs use CMSBlogs use CMS
Blogs use CMS
 
Edit image menu
Edit image menuEdit image menu
Edit image menu
 
Linking into LinkedIn
Linking into LinkedInLinking into LinkedIn
Linking into LinkedIn
 
How to create links in content
How to create links in contentHow to create links in content
How to create links in content
 
Correct image resolution
Correct image resolutionCorrect image resolution
Correct image resolution
 
How to use the WP Easy Columns plugin
How to use the WP Easy Columns pluginHow to use the WP Easy Columns plugin
How to use the WP Easy Columns plugin
 
How to activate Akismet
How to activate AkismetHow to activate Akismet
How to activate Akismet
 
How to give an old blog post a new make-over ready for 2015
How to give an old blog post a new make-over ready for 2015How to give an old blog post a new make-over ready for 2015
How to give an old blog post a new make-over ready for 2015
 
How to use anchor links
How to use anchor linksHow to use anchor links
How to use anchor links
 
How to add links to the sidebar
How to add links to the sidebarHow to add links to the sidebar
How to add links to the sidebar
 
Inserting an image
Inserting an imageInserting an image
Inserting an image
 
How to write a link in code
How to write a link in codeHow to write a link in code
How to write a link in code
 

Similar a How to place images inside widgets in the sidebars in WordPress

Importance Facebook OG Meta Tags and Twitter OG Meta Tags
Importance Facebook OG Meta Tags and Twitter OG Meta TagsImportance Facebook OG Meta Tags and Twitter OG Meta Tags
Importance Facebook OG Meta Tags and Twitter OG Meta TagsLaxman Kotte
 
Html 5 and CSS - Image Element
Html 5 and CSS - Image ElementHtml 5 and CSS - Image Element
Html 5 and CSS - Image ElementKempy7000
 
Html images and html backgrounds
Html images and html backgroundsHtml images and html backgrounds
Html images and html backgroundsnobel mujuji
 
Image Handling: Understanding the Basics of WordPress Media
Image Handling: Understanding the Basics of WordPress MediaImage Handling: Understanding the Basics of WordPress Media
Image Handling: Understanding the Basics of WordPress MediaRich Plakas
 
Dreamweaver tools
Dreamweaver toolsDreamweaver tools
Dreamweaver toolsisabellem01
 
Webinar: Front End Web Development - Trendy Web Designs Using HTML5
Webinar: Front End Web Development - Trendy Web Designs Using HTML5Webinar: Front End Web Development - Trendy Web Designs Using HTML5
Webinar: Front End Web Development - Trendy Web Designs Using HTML5Edureka!
 
Web Design Lesson 3
Web Design Lesson 3Web Design Lesson 3
Web Design Lesson 3Jamie Hutt
 
Web Design Lesson 3
Web Design Lesson 3Web Design Lesson 3
Web Design Lesson 3Jamie Hutt
 
Adding thumbnail images to pages in wordpress
Adding thumbnail images to pages in wordpressAdding thumbnail images to pages in wordpress
Adding thumbnail images to pages in wordpressgas oved
 
Web Design - Lesson 3
Web Design - Lesson 3Web Design - Lesson 3
Web Design - Lesson 3Jamie Hutt
 
Adding Images To Your Blog Post
Adding Images To Your Blog PostAdding Images To Your Blog Post
Adding Images To Your Blog Postmrskrummel
 
User manual salman alam and kyubin han
User manual   salman alam and kyubin hanUser manual   salman alam and kyubin han
User manual salman alam and kyubin hanKyubin Han
 
HTML5 - Insert images and Apply page backgrounds
HTML5 - Insert images and Apply page backgroundsHTML5 - Insert images and Apply page backgrounds
HTML5 - Insert images and Apply page backgroundsGrayzon Gonzales, LPT
 
How to - Embed Content in a Widget on Netvibes
How to - Embed Content in a Widget on NetvibesHow to - Embed Content in a Widget on Netvibes
How to - Embed Content in a Widget on Netvibesmmoore17
 

Similar a How to place images inside widgets in the sidebars in WordPress (20)

HTML in Omeka
HTML in OmekaHTML in Omeka
HTML in Omeka
 
Unit 2.7 Images
Unit 2.7 ImagesUnit 2.7 Images
Unit 2.7 Images
 
Importance Facebook OG Meta Tags and Twitter OG Meta Tags
Importance Facebook OG Meta Tags and Twitter OG Meta TagsImportance Facebook OG Meta Tags and Twitter OG Meta Tags
Importance Facebook OG Meta Tags and Twitter OG Meta Tags
 
Html 5 and CSS - Image Element
Html 5 and CSS - Image ElementHtml 5 and CSS - Image Element
Html 5 and CSS - Image Element
 
Html images and html backgrounds
Html images and html backgroundsHtml images and html backgrounds
Html images and html backgrounds
 
Image Handling: Understanding the Basics of WordPress Media
Image Handling: Understanding the Basics of WordPress MediaImage Handling: Understanding the Basics of WordPress Media
Image Handling: Understanding the Basics of WordPress Media
 
Dreamweaver tools
Dreamweaver toolsDreamweaver tools
Dreamweaver tools
 
Webinar: Front End Web Development - Trendy Web Designs Using HTML5
Webinar: Front End Web Development - Trendy Web Designs Using HTML5Webinar: Front End Web Development - Trendy Web Designs Using HTML5
Webinar: Front End Web Development - Trendy Web Designs Using HTML5
 
Web Design Lesson 3
Web Design Lesson 3Web Design Lesson 3
Web Design Lesson 3
 
Web Design Lesson 3
Web Design Lesson 3Web Design Lesson 3
Web Design Lesson 3
 
TopicHero Descriptions Tutorial
TopicHero Descriptions TutorialTopicHero Descriptions Tutorial
TopicHero Descriptions Tutorial
 
Linking
LinkingLinking
Linking
 
Adding thumbnail images to pages in wordpress
Adding thumbnail images to pages in wordpressAdding thumbnail images to pages in wordpress
Adding thumbnail images to pages in wordpress
 
Web Design - Lesson 3
Web Design - Lesson 3Web Design - Lesson 3
Web Design - Lesson 3
 
Adding Images To Your Blog Post
Adding Images To Your Blog PostAdding Images To Your Blog Post
Adding Images To Your Blog Post
 
HTML Images
HTML Images HTML Images
HTML Images
 
User manual salman alam and kyubin han
User manual   salman alam and kyubin hanUser manual   salman alam and kyubin han
User manual salman alam and kyubin han
 
HTML5 - Insert images and Apply page backgrounds
HTML5 - Insert images and Apply page backgroundsHTML5 - Insert images and Apply page backgrounds
HTML5 - Insert images and Apply page backgrounds
 
M02 un07 p02
M02 un07 p02M02 un07 p02
M02 un07 p02
 
How to - Embed Content in a Widget on Netvibes
How to - Embed Content in a Widget on NetvibesHow to - Embed Content in a Widget on Netvibes
How to - Embed Content in a Widget on Netvibes
 

How to place images inside widgets in the sidebars in WordPress

  • 1. How to place an image inside a widget on your sidebar http://fairyblogmother.co.uk
  • 2. Go to ‘Appearance’ in the left sidebar of the Dashboard and from the menu extension select ‘Widgets’. Alternatively, click on your blog’s name at the top left of the black bar at the top of the page, and select ‘Widgets’ from the drop down menu.
  • 3. Select the widget called ‘Image’.
  • 4. And drag it into the position you want it to be in you sidebar.
  • 5. Once placed into the sidebar, the widget will automatically open up. The first field is for the widget’s title. This will show above the widget when it is placed in the sidebar.
  • 6. The second field requires the URL of the image the sidebar will display. Once an image has been uploaded into the Media Library, it is allocated a URL or web address for its own page on the blog. See how to find the image’s URL on the next slide.
  • 7. An image’s URL is located by going to the Media Library, finding the correct image, and mousing over the title to bring up the ‘Edit’ link. On the next page look over to the Save menu on the top right to find the URL.
  • 8. The third field contains the alternative text, which is a description of the image for the search engines (who cannot read images) and also for partially sighted web users (who require their computers to read for them).
  • 9. The fourth field contains the image’s title, which shows up as the little yellow tag when the image is moused over. It should also be descriptive.
  • 10. The fifth field contains the caption, which is the description that goes underneath the image. A point to note is that the caption is the second thing most likely to be read after the post’s headline.
  • 11. Alignment determines the position of the image within the widget.
  • 12. You can change the pixel width and height of your image here.
  • 13. And if you want your image to be a link to another destination, write its URL or web address here.
  • 14. And don’t forget to save.
  • 15. And here’s your picture widget!
  • 16. The alternative widget would be the text one, but then you will need to write in some code to make your images show up, like these social media icons here:
  • 17. Here is some simple code that allows the images to show in the widget in the sidebar and also directs that image to a web address destination. I will explain it in the next slide.
  • 18. The first thing I want you to notice is the image’s URL. It is placed between quotation marks.
  • 19. Now it has <img src= in front of it, and /> after it. This simple code tells the widget here is an image that needs to be shown, and where it is kept.
  • 20. This code will simply show the image in the text widget aligned on the left. Here it is complete: <img src=“http://alicedesigns.wordpress.com/2009/11/sidebar-twitter.jpg”/> Show this Open This is the blog The date it The name of Close Finish image location where it’s kept was uploaded the jpeg location imag e
  • 21. But if you want your image to be a link to somewhere else, you need more code before and after it. Type in the destination URL the image is directed to in front of the image code. It should also be inside quotation marks.
  • 22. Now put in <a href= before it immediately in front of the quotation mark. And a > before the <img which you will recognise as the beginning of the image code. You are enclosing the destination URL in between the <>
  • 23. But you need to cancel the instructions to redirect the image to another location at the end of the code, so don’t forget to add </a> at the end of all the code. The <a href= and </a> is the code for the link, and the image code is placed inside it. Also note / cancels out an instruction. Now this Twitter image is linked to my Twitter profile.
  • 24. Now do the same for the other images and their destinations, and they will sit side by side inside the text widget. NB: It is advantageous to make your images the correct size before uploading and inserting them into your widgets. Sophisticated stuff: If you want your images to be on separate lines, add a <p> in between each of their complete codes. If you want the image to open up on a separate browser page, add this code before the > for the link: target=“_blank”.