Difference between revisions of "Images in Wordpress"

From Help Wiki
m
 
(38 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
 
<div class="intro">[[Image:Blue-l.png|left|75px]]You can insert images to your post or page from your computer. <br /> <br /></div>
 
  
 +
<div class="container-fluid">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<div class="lead">
 +
Learn to insert images into your Posts or Pages and add alt text for Accessibility.
 +
</div>
 +
The following directions are for use with the "Classic Editor." See below the alt text section for guides about using the newer Gutenberg/block editor.
 +
 +
===Storing Images in your WordPress Media Library===
 
[[Image:imagemenu.png|thumb|250px|right|Figure 1]]
 
[[Image:imagemenu.png|thumb|250px|right|Figure 1]]
 +
====  Uploading Images To WordPress ====
 +
#While editing your post or page, place the cursor in the page where you'd like the image inserted.
 +
#Click on the '''Add Media''' button (figure 1) and select an image from your computer (Select Files)
 +
#Customize the image size, alignment, caption
 +
#Click '''Insert into post'''
 +
  
 
[[Image:wordpressimage.png|thumb|250px|right|Figure 2]]
 
[[Image:wordpressimage.png|thumb|250px|right|Figure 2]]
  
[[Image:imagedetails.png|thumb|250px|right|Figure 3]]
 
  
==== Uploading Images To Wordpress ====
+
====Adding Alt Text to Images====
#click on the small icon next to the upload/insert text (figure 1) and select an image from your computer (Select Files)
+
#Customize the image size, alignment, caption
+
#Click '''Insert into post'''
+
  
 +
'''Alternative (Alt) Text provides a textual alternative to visual media. Alt text is accessible to screen readers and allows those who may not be able to view the image to understand the media presented in your page or post.'''
  
==== Edit image properties afterwards ====
+
# In the Page or Post, click on the image once to highlight it.
*You can customize how the image looks once you upload it by clicking on the image once in your page or post and clicking on the edit image icon. This will bring up the dialog box you saw when you first uploaded the image (figure 3).  From here you can realign, resize and add a caption.
+
# From the pop-up mini-menu, click on the '''Edit''' (pencil icon) button.
* When editing an image, clicking on Advanced Settings will provide more tools for customizing the image to fit you post or page.
+
# At the '''Image Details''' page, enter a description of the image in the '''Alternative Text''' field. (Figure 3)
 +
# Click the blue '''Update''' button in the lower right corner to save.
  
 +
[[File:Screen Shot 2017-01-27 at 1.00.15 PM.png|thumbnail|right|Figure 3]]
  
  
{{WordPress Help}}
+
====Accepted File Types====
 +
* .jpg
 +
* .jpeg
 +
* .png
 +
* .gif
  
[[category:Wordpress]]
+
 
[[category:Wordpress Tutorial]]
+
 
 +
=== Guides for using the Gutenberg, or "block" editor ===
 +
* [https://wordpress.org/gutenberg/ Welcome to the Gutenberg editor]
 +
* [https://www.wpbeginner.com/beginners-guide/how-to-use-the-new-wordpress-block-editor/ How to Use the WordPress Block Editor (Gutenberg Tutorial)]
 +
 
 +
 
 +
<!-- end col-md-8 -->
 +
</div>
 +
<div class="col-md-1"></div>
 +
<div class="col-md-3 sidebar">
 +
{{WordPress Tutorial Header}}
 +
 
 +
{{WordPress AddingImagesAndMedia Sidebar}}
 +
 
 +
 
 +
----
 +
{{WordPress DesigningYourSite Sidebar}}
 +
----
 +
{{WordPress Help Sidebar}}
 +
 
 +
<!-- end col-md-3-->
 +
</div>
 +
<!-- end row-->
 +
</div>
 +
<!-- end container-->
 +
</div>
 +
<!-- Generator=Template:TwoColumn -->
 +
__NOTOC__
 +
__NOEDITSECTION__
 +
[[category: Wordpress]]
 +
[[Category:Wordpress Tutorial]]

Latest revision as of 07:43, 23 September 2025

Learn to insert images into your Posts or Pages and add alt text for Accessibility.

The following directions are for use with the "Classic Editor." See below the alt text section for guides about using the newer Gutenberg/block editor.

Storing Images in your WordPress Media Library

Figure 1

Uploading Images To WordPress

  1. While editing your post or page, place the cursor in the page where you'd like the image inserted.
  2. Click on the Add Media button (figure 1) and select an image from your computer (Select Files)
  3. Customize the image size, alignment, caption
  4. Click Insert into post


Figure 2


Adding Alt Text to Images

Alternative (Alt) Text provides a textual alternative to visual media. Alt text is accessible to screen readers and allows those who may not be able to view the image to understand the media presented in your page or post.

  1. In the Page or Post, click on the image once to highlight it.
  2. From the pop-up mini-menu, click on the Edit (pencil icon) button.
  3. At the Image Details page, enter a description of the image in the Alternative Text field. (Figure 3)
  4. Click the blue Update button in the lower right corner to save.
Figure 3


Accepted File Types

  • .jpg
  • .jpeg
  • .png
  • .gif


Guides for using the Gutenberg, or "block" editor