A featured image is like a book cover for your WordPress post or page. It’s the main picture that shows up on your blog’s homepage, in post lists, and when you share your post on social media. It’s not the same as other pictures inside your post. Think of it as the star image, part of the custom WordPress design to match your branding, that represents what your post is about. They catch people’s eye, give a quick idea of what your post is about, and make your site more visually appealing. But what happens when your featured image doesn’t show up? The featured image not showing error instantly makes your post look bland or incomplete. It affects how your content looks when shared on social media, potentially reducing clicks and engagement.
Don’t worry though – this article will take you through some of the best methods to fix this issue. We’ll cover common reasons why featured images might not display and give you step-by-step solutions to get them showing up correctly.
Contents
ToggleWhat Causes the Error – WordPress Featured Image Not Showing?
The featured image not showing issue in WordPress can be frustrating, but it’s often caused by common factors that are easy to resolve once you know what to look for. Let’s explore some of the main reasons why you might be facing this error:
- Theme compatibility issues: Your current theme might not support featured images or have the wrong code to display them.
- Plugin conflicts: Some plugins can interfere with how featured images are displayed on your site.
- Incorrect image size: If your image doesn’t match the size your theme expects, it might not show up.
- Caching problems: Your browser or server cache might be showing an old version of your page without the featured image.
- Missing theme function: The function to display featured images might be missing from your theme’s code.
- Incorrect file permissions: If your image files have the wrong permissions set, WordPress might not be able to access them causing featured image not showing.
- Database issues: Sometimes, the link between your post and its featured image can break in the database.
- SSL certificate problems: If you’ve recently switched to HTTPS, mixed content issues can prevent images from loading.
Read More: How To Get Free SSL For WordPress?
Unable to Detect What’s Causing the Featured Image Not Showing Error?
Our support team associates can take it from here. Buy support plans starting at a revolutionary cheap $59/hr, covering quick and efficient fixes of errors just like these ones.
10 Solutions for Fixing WordPress Featured Image Not Showing
For fixing WordPress featured image not showing, multiple solutions may come in handy to resolve this issue effectively:
Fix the HTTP Error When Uploading a Featured Image in WordPress
If you’re encountering an HTTP error message when trying to upload a featured image, this solution is for you. The featured image not showing error often occurs due to server limitations or conflicts with WordPress settings. Here’s how to tackle it:
- Increase your PHP memory limit in your wp-config.php file.
- Try uploading your image in a different browser or in incognito mode.
- Temporarily deactivate all plugins to see if one is causing the issue.
- Check and adjust your image file permissions to 644 or 664.
Also Check: Fixing the ‘This Site is Experiencing Difficulties’ Error in WordPress
Resolve Plugin or Theme Conflicts to Restore WordPress Featured Images
When your featured images suddenly disappear after updating a plugin or changing your theme, plugin or theme conflicts are likely the culprit. Let’s isolate the problem:
- Switch to a default WordPress theme like Twenty Twenty-One to test if it’s a theme issue.
- If the image appears with the default theme, gradually reactivate your plugins one by one to identify the conflict.
- Update your theme and all plugins to their latest versions.
- If the problem persists, contact your theme developer for support.
Also Relevant: WordPress Full Site Editing: Complete Beginner’s Guide
Disabling Lazy Loading to Ensure Your WordPress Featured Images Display Correctly
If your featured images are inconsistently appearing or seem to load very slowly, the lazy loading feature might be interfering. Here’s how to turn it off:
- Go to your WordPress dashboard and navigate to Settings > Media.
- Look for an option related to lazy loading images.
- If present, uncheck the box to disable lazy loading.
- Save your changes and check if your featured images now appear.
Read More: How To Lazy Load Images And Videos In WordPress?
Configuring WordPress Dashboard Settings to Show Featured Images
Sometimes, the issue isn’t with the images themselves but with how WordPress is set to display your content. If your featured images are missing from post lists or archive pages, try this quick fix:
- In your WordPress dashboard, go to Settings > Reading.
- Make sure the option “For each post in a feed, include” is set to “Full text” instead of “Summary.”
- Save your changes.
- Check your site to see if featured images are now visible in post lists and archives.
More About Image Errors: How to Fix Broken Images in WordPress
Ensuring Featured Images Are Allowed for Viewing on Your WordPress Site
Sometimes, your WordPress settings might be configured to hide featured images. Featured image not showing for this reason is especially common if you’ve recently migrated your site or changed themes.
Here’s how to make sure your site is set up to display featured images:
- Log in to your WordPress dashboard and go to Settings > Media.
- Look for an option labeled “Show featured images” or similar.
- If you find it, make sure it’s checked or toggled on.
- If you don’t see this option, go to Appearance > Customize.
- Look for options related to post display or featured images and ensure they’re enabled.
- Save your changes and check your site to see if featured images now appear.
Error Updates: How to Fix Duplicate Title Tags in WordPress to Improve SEO
Fixing Issues with Featured Image Not Showing on Blog Post Gallery Pages
If your featured images are missing specifically on gallery pages or post archives, the problem might be with how your theme handles these pages. Let’s adjust some settings to prevent the featured image not showing error:
- Go to Appearance > Customize in your WordPress dashboard.
- Look for options related to “Blog” or “Archives” settings.
- Check for any toggles or checkboxes related to displaying featured images on these pages.
- Enable these options if they’re turned off.
- If you can’t find these options, you may need to edit your theme files (see the next solution).
- Save your changes and view your blog post gallery or archive or cached pages to check if images now appear.
Read More: How to Effectively Fix ‘WordPress Plugin Update Failed’ Issue
Editing the functions.php File of Your Theme to Fix Featured Image Display Problems
If none of the above solutions work for fixing featured image not showing, the issue might be in your theme’s code. This solution requires some basic coding knowledge, so proceed with caution:
- Access your website files via FTP or through your hosting control panel’s file manager.
- Navigate to your current theme’s folder (usually in wp-content/themes/your-theme-name).
- Locate and open the functions.php file.
- Add the following code at the end of the file:
add_theme_support( ‘post-thumbnails’ ); - If that code already exists, look for any functions related to ‘post-thumbnails’ or ‘featured-images’ and make sure they’re not commented out.
- Save the file and upload it back to your server if you’re using FTP.
- Check your site to see if featured images now appear correctly.
Read More: WordPress Maintenance Tasks – Ultimate Checklist You Need to Follow
Checking and Correcting File Permissions to Show Featured Images in WordPress
Sometimes, incorrect file permissions can prevent WordPress from accessing and displaying your featured images. Featured image not showing due to this is particularly common if you’ve recently migrated your site or made changes to your server settings. Here’s how to check, update WordPress and fix file permissions:
- Connect to your website using an FTP client or your hosting control panel’s file manager.
- Navigate to your WordPress uploads folder (usually wp-content/uploads).
- Right-click on the folder and select ‘File Permissions’ or similar.
- Set the folder permissions to 755.
- Select ‘Apply to enclosed files’ to set all image file permissions to 644.
- If using FTP, make sure to apply changes recursively to all subfolders.
- Refresh your WordPress site and check if featured images now appear.
Relevant Reading: Fixing WordPress Error: You’re Unable to Upload Images!
Clearing WordPress Cache to Solve Featured Image Display Issues
If you’ve made changes to your site but the featured image not showing error still continuing, your cache might be holding onto old versions of your pages. Clearing your cache can often resolve this issue:
- If you’re using a caching plugin, go to its settings in your WordPress dashboard.
- Look for an option to clear or purge the cache (the exact wording may vary).
- Clear both your WordPress cache and your browser cache.
- If you’re using a CDN, purge its cache as well.
- If you don’t have a caching plugin, try clearing your browser cache or using incognito mode.
- Visit your site again and check if featured images are now visible.
Know More: How to Fix CORS Error in WordPress?
Using a Default WordPress Theme to Test and Fix Featured Image Problems
If you suspect your current theme might be causing the featured image not showing issue, switching to a default WordPress theme can help isolate the problem:
- Go to Appearance > Themes in your WordPress dashboard.
- Activate a default WordPress theme like Twenty Twenty-One or Twenty Twenty-Two.
- Check your site to see if featured images now appear correctly.
- If images show up with the default theme, the issue is likely with your original theme.
- Contact your theme developer for support or consider switching to a different theme.
- If the problem persists with the default theme, the issue is likely elsewhere in your WordPress setup.
Frustrated with Errors Continuing on Your WordPress from Oversights?
Our Seacare package available at $49/hr is designed to prevent just this! Get our team to monitor your site from page to page, minimizing missed errors and updates.
Tips to Make Featured Images Appear Correctly on WordPress
Now that you know how to fix featured image not showing, let’s take it a step further. These tips will help you avoid future problems and make your featured images work even better for your site:
Make Your Images the Right Size
Use images that fit your theme’s size requirements to avoid layout issues. Most themes specify the optimal dimensions for featured images, so check your theme documentation. Additionally, use image optimization tools like TinyPNG or ShortPixel to shrink your file sizes without losing quality. Consider using WebP images—they offer superior compression and faster loading times without sacrificing image quality.
Did You Know?
WebP Is Coming To WordPress 6.1 By Default
Use a Content Delivery Network (CDN)
A CDN stores copies of your site’s images on servers around the world, ensuring quicker delivery to users regardless of their location. This reduces latency and speeds up image loading times, making your site feel more responsive. Popular CDNs like Cloudflare, KeyCDN, or StackPath can seamlessly integrate with WordPress, enhancing performance and user experience.
Don’t Forget Alt Text
Alt text is crucial for accessibility and SEO. Always add a concise and descriptive alt text to your featured images. This helps visually impaired users understand the content of the image through screen readers and improves your site’s visibility in search engine results. For example, instead of “image1.jpg,” use “Woman reading a book in a cozy living room.”
Relevant Reading: Best Practices For Writing SEO-Friendly Alt Text For Images
Back Up Your Site
Before making any changes, especially significant updates or plugin installations, back up your site. Use plugins like UpdraftPlus or BackupBuddy to create a full site backup. This ensures you can restore your site to its previous state if something goes wrong, preventing data loss and minimizing downtime.
Also Important: How Do I Restore My Website?
Keep Your Site Up to Date
Regular updates are vital for security and performance. Ensure your WordPress core, themes, and plugins are always up to date. Outdated software can cause compatibility issues and security vulnerabilities. Additionally, periodically clean up your database using plugins like WP-Optimize to remove unnecessary data, which can improve your site’s overall performance and prevent potential image loading issues.
Parting Insights: Avoiding Common Featured Image Blunders
As we wrap up our guide on fixing WordPress featured image not showing, let’s talk about a common mistake that can trip up even experienced users: confusing cover images with featured images.
It’s easy to see why this mix-up happens. Both cover images and featured images are eye-catching visuals that appear at the top of your posts. But they’re not the same thing, and using one when you mean to use the other can lead to unexpected results.
A cover image is part of your post content. You can add it using the Cover block in the WordPress editor, and it stays within your post. You can even add text over it or apply filters. It’s flexible, but it won’t show up in post lists or when you share your content on social media.
On the other hand, a featured image is separate from your post content. It’s the image that represents your entire post when it appears in lists, archives, or social media shares. You set it in a special section, usually in the sidebar of your post editor.
Using a cover image when you meant to set a featured image is a common blooper. Your post might look great when viewed on its own, but it won’t have that eye-catching thumbnail in your blog list or on social media.
To avoid this mistake which might lead to featured image not showing, follow this:
- Always set a featured image for each post.
- Remember that cover images are for within your post, while featured images represent your post elsewhere.
- Double-check your blog list and preview how your post looks when shared to make sure your featured image is showing up correctly.
Guess you are well on your way to fixing the WordPress featured image not showing error and avoiding its reoccurence. Get your site to look more professional, and your content more engaging and shareable!