One Library, Every File
Whenever you upload an image inside the block editor, it doesn't just attach to that one Post or Page — it gets added to your site-wide Media Library, reusable anywhere else on the site.
This matters more than it sounds: a logo you upload once can be reused on ten different pages without uploading it again.
- ✓Media → Library in wp-admin shows every file you've ever uploaded, in one grid.
- ✓WordPress automatically generates several sizes of every image you upload.
- ✓Deleting a file from the Library removes it everywhere it's used — a common beginner mistake.
The Details Behind Every Upload
Every image you upload has a handful of fields that are easy to skip — but shouldn't be.
A written description read by screen readers and search engines — not visible to sighted visitors.
Text displayed underneath the image on the page itself, if your theme shows it.
Internal label shown in the Media Library — rarely visible to visitors.
Directly affects how fast your page loads — large images are the #1 cause of slow sites.
Alt Text isn't optional polish — it's how screen-reader users understand your images, and how search engines index them. Get in the habit of filling it in every time.
Behind an Image Upload
A single upload does more work behind the scenes than it looks like from the editor.
// What happens when you upload an image 1. Store original file // full-resolution version, saved as uploaded 2. Generate thumbnail // small, square-cropped preview size 3. Generate medium size // used in content by default 4. Generate large size // used for featured images, full-width blocks 5. Add to Media Library // reusable on any Post or Page from now on
Step-by-Step: A Clean Upload
Follow this each time — it takes seconds and saves cleanup work later.
Two Different Jobs
These often get confused because both are "just a picture attached to a Post" — but they behave very differently.
Keeping Your Library Clean
Breaking Down What You Just Learned
The Media LibraryA single, site-wide store of every file you've uploaded, reusable anywhere.
Alt TextA written description for accessibility and search visibility — not the same as a caption.
Generated sizesWordPress automatically creates thumbnail, medium, and large versions of every upload.
Featured ImageA single representative image per Post/Page, used in previews and listings.
File sizeDirectly affects page load speed — resize before uploading, not after.
Try It Yourself
Go to Media → Library, click on any image you've uploaded, and check whether its Alt Text field is filled in. If it's blank, add a short, accurate description now.
Set Up a Clean Media Library
Upload, describe, and assign images correctly
A tidy Media Library from the start saves real time later in the course.
- Upload two or three images with clear, descriptive filenames.
- Fill in Alt Text for each one immediately after uploading.
- Set a Featured Image on the Post you created in Day 4.
- Insert one of the images directly into the body using an Image block.
- Open Media → Library and filter by "Unattached" to confirm nothing was left orphaned.
Recap
One site-wide store for every uploaded file, reusable anywhere.
Written description for accessibility and search — fill it in every time.
One representative image per Post/Page, shown in previews and listings.
Resize before uploading — the biggest lever for page speed.
Key Takeaways
- Every upload lands in a single, site-wide Media Library, reusable anywhere.
- Alt Text supports accessibility and search — always fill it in.
- WordPress automatically generates thumbnail, medium, and large versions of each image.
- Featured Images and in-content images serve different, distinct purposes.
- Resize images before uploading to keep pages fast.