{"id":56801,"date":"2022-06-10T12:19:08","date_gmt":"2022-06-10T12:19:08","guid":{"rendered":"\/tutorials\/?p=56801"},"modified":"2026-03-10T09:29:00","modified_gmt":"2026-03-10T09:29:00","slug":"wordpress-featured-image-not-showing","status":"publish","type":"post","link":"\/ca\/tutorials\/wordpress-featured-image-not-showing","title":{"rendered":"WordPress featured image not showing Error: reasons why + 7 solutions"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><p>A WordPress featured image appears as a thumbnail for your WordPress post or page. Its purpose is to grab attention and provide a sneak peek of the content. Having a featured image representing your post also adds visual interest to your WordPress website, benefitting your search engine optimization efforts.<\/p><p>A featured image shouldn&rsquo;t be mistaken for the first images of your blog posts. As its purpose is to market your content, a featured image is generally visible on your blog post list or archive page and when you share your WordPress post on social media.<\/p><p>This article will address the issue of a WordPress featured image not showing properly. We will provide seven solutions to fix this error and the ways to show it automatically on WordPress posts.<\/p><p>\n\n\n\n<\/p><h2 class=\"wp-block-heading\" id=\"h-why-is-my-featured-image-not-showing-up-in-wordpress\">Why Is My Featured Image Not Showing Up in WordPress?<\/h2><p>Here are some of the most common reasons why your featured image doesn&rsquo;t appear in WordPress:<\/p><ul class=\"wp-block-list\">\n<li>An HTTP error caused by the <a href=\"\/ca\/tutorials\/wordpress-memory-limit\">WordPress memory limit<\/a>.<\/li>\n\n\n\n<li><a href=\"\/ca\/tutorials\/what-is-a-wordpress-theme\">WordPress theme<\/a> or plugin conflicts.<\/li>\n\n\n\n<li>A <a href=\"\/ca\/tutorials\/wordpress-lazy-load\">lazy loading<\/a> plugin is preventing the featured image from being displayed.<\/li>\n\n\n\n<li>Your active theme doesn&rsquo;t support the featured image functionality.<\/li>\n\n\n\n<li>The permissions to view featured images are blocked.<\/li>\n\n\n\n<li>The featured image function is disabled in your dashboard settings.<\/li>\n\n\n\n<li>Incorrect placement within the page template.<\/li>\n<\/ul><p>In some cases, browser developer tools can detect the cause of the issue, especially if it&rsquo;s a JavaScript error or a plugin conflict. We recommend checking out our article on <a href=\"\/ca\/tutorials\/website\/how-to-inspect-and-change-style-using-google-chrome\">inspecting elements using the browser&rsquo;s developer tools<\/a> if you&rsquo;re using Chrome.<\/p><h2 class=\"wp-block-heading\" id=\"h-how-to-fix-wordpress-featured-image-not-showing-7-solutions\">How to Fix WordPress Featured Image Not Showing: 7 Solutions<\/h2><p>Depending on the cause of the error, there are different ways to fix a WordPress featured image not showing. We recommend these seven possible solutions &ndash; see which one works for your WordPress website.<\/p><?xml encoding=\"utf-8\" ?><figure class=\"wp-block-image size-large\"><a class=\"hgr-tutorials-cta hgr-tutorials-cta-wordpress-hosting\" href=\"\/ca\/wordpress-hosting\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"300\" src=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/06\/New-WP_in-text-banner-1024x300.png\" alt=\"\" class=\"wp-image-111781\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><h3 class=\"wp-block-heading\" id=\"h-1-fix-the-http-error-when-uploading-a-featured-image\">1. Fix the HTTP Error When Uploading a Featured Image<\/h3><p>If you encountered an HTTP error when <a href=\"\/ca\/tutorials\/http-error-when-uploading-images-to-wordpress\">uploading featured images to WordPress<\/a>, there are two possible causes.<\/p><p>To begin with, you might have exceeded the <a href=\"\/ca\/tutorials\/wordpress-memory-limit\">PHP memory limit<\/a>, preventing your WordPress site from running the required scripts to display featured images. Since the default memory limit is only 32MB, increasing it can solve the issue.<\/p><p>The second possibility is that the featured images exceed the <a href=\"\/ca\/tutorials\/php-maximum-upload-size\">PHP maximum upload size<\/a>. Your hosting provider generally sets this value, so it may vary. If it hasn&rsquo;t been set to the maximum upload size yet, that might be what&rsquo;s preventing you from uploading images.<\/p><p><strong>Increase the WordPress Memory Limit<\/strong><\/p><p>This method requires modifying either your <strong>.htaccess<\/strong> or <strong>wp-config.php<\/strong> file. Both are accessible via an FTP client or a File Manager.<\/p><p>If you choose to modify the <a href=\"\/ca\/tutorials\/create-default-wordpress-htaccess-file\"><strong>.htaccess <\/strong>file<\/a>, add this code snippet at the bottom:<\/p><pre class=\"wp-block-preformatted\">php_value memory_limit 256M<\/pre><p>Otherwise, locate the <strong>wp-config.php<\/strong> file in your root directory. Find the line containing <strong>WP_MEMORY_LIMIT<\/strong> and change its value to <strong>1536M<\/strong>. If the line doesn&rsquo;t exist, insert the following code above <strong>\/* That&rsquo;s all, stop editing! Happy publishing. *\/<\/strong> or <strong>\/* That&rsquo;s all, stop editing! Happy blogging. *\/<\/strong>:<\/p><pre class=\"wp-block-preformatted\">define ( &lsquo;WP_MEMORY_LIMIT&rsquo;, &lsquo;1536M&rsquo; );<\/pre><figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/01\/wpconfig-wpmemorylimit.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"873\" src=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/01\/wpconfig-wpmemorylimit-1024x873.png\" alt=\"The 'define('WP_MEMORY_LIMIT','1536M') line in the wp-config.php file\" class=\"wp-image-80945\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><p>Hostinger users can change the PHP memory limit via hPanel. Here&rsquo;s how to do it:<\/p><ol class=\"wp-block-list\">\n<li>Navigate to <strong>Advanced <\/strong>&rarr; <strong>PHP Configuration<\/strong> from your hPanel dashboard.<\/li>\n\n\n\n<li>Open the <strong>PHP options<\/strong> tab.<\/li>\n<\/ol><figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/hpanel-advanced-phpconfiguration-phpoptions.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"529\" src=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/hpanel-advanced-phpconfiguration-phpoptions-1024x529.png\" alt=\"The PHP Options section on the PHP Configuration page on hPanel\" class=\"wp-image-83781\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><ol start=\"3\" class=\"wp-block-list\">\n<li>Scroll down until you see the <strong>memoryLimit <\/strong>setting. Click on the dropdown menu and choose the highest value.<\/li>\n<\/ol><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/increasing-the-memory-limit-via-hpanel-php-configuration-settings.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"145\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/increasing-the-memory-limit-via-hpanel-php-configuration-settings-1024x145.png\" alt=\"Increasing the memory limit via hPanel PHP Configuration settings\" class=\"wp-image-56816\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><ol start=\"4\" class=\"wp-block-list\">\n<li>Click <strong>Save<\/strong>.<\/li>\n<\/ol><p><strong>Modify the PHP Maximum Upload Size<\/strong><\/p><p>To change the PHP maximum upload size, add the following code snippet to the bottom of your <strong>.htaccess<\/strong> file:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">php_value upload_max_filesize 256M \nphp_value post_max_size 256M<\/pre><p>Hostinger users can do so via the <strong>PHP Configuration<\/strong> menu of the <strong>hPanel<\/strong> dashboard. Open the <strong>PHP options<\/strong> tab and pick the highest values for the <strong>uploadMaxFilesize<\/strong> and <strong>postMaxSize<\/strong> fields. Don&rsquo;t forget to save the changes.<\/p><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/increasing-the-maximum-upload-size-via-php-configuration-settings-in-the-hpanel-dashboard.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"126\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/increasing-the-maximum-upload-size-via-php-configuration-settings-in-the-hpanel-dashboard-1024x126.png\" alt=\"Increasing the maximum upload size via PHP Configuration settings in the hPanel dashboard\" class=\"wp-image-56817\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/increasing-the-maximum-post-size-via-php-configuration-settings-in-the-hpanel-dashboard.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"143\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/increasing-the-maximum-post-size-via-php-configuration-settings-in-the-hpanel-dashboard-1024x143.png\" alt=\"Increasing the maximum post size via PHP Configuration settings in the hPanel dashboard\" class=\"wp-image-56818\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><h3 class=\"wp-block-heading\" id=\"h-2-fix-the-plugins-or-themes\">2. Fix the Plugins or Themes<\/h3><p>Most WordPress themes have different featured image settings. Some WordPress themes require manual setup by the website admin, while others automatically display your featured images. We recommend checking your WordPress theme settings or contacting your theme&rsquo;s support for assistance.<\/p><p>As for plugins, outdated code is the most common reason for a plugin conflict. Plugins with access to your media library can also prevent featured images from properly showing.<\/p><p>First, try to update all your plugins. If this resolves the issue, an outdated plugin is the most likely culprit. Otherwise, deactivate all your plugins and reactivate them one by one.<\/p><p>After each reactivation, check whether the issue persists. Remove any faulty plugins from your WordPress site if there are any.<\/p><figure class=\"wp-block-image size-full\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/health-check-troubleshooting-plugin-banner.png\"><img loading=\"lazy\" decoding=\"async\" width=\"981\" height=\"454\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/health-check-troubleshooting-plugin-banner.png\" alt=\"Health Check &amp; Troubleshooting plugin banner\" class=\"wp-image-56819\"  sizes=\"auto, (max-width: 981px) 100vw, 981px\" \/><\/a><\/figure><p>If your featured images still aren&rsquo;t showing correctly, we recommend installing the <a href=\"https:\/\/wordpress.org\/plugins\/health-check\/\" target=\"_blank\" rel=\"noopener\">Health Check<\/a> plugin. This free plugin detects common configuration errors and known issues within themes and plugins and performs troubleshooting to create a clean WordPress session.<\/p><h3 class=\"wp-block-heading\" id=\"h-3-disable-lazy-loading\">3. Disable Lazy Loading<\/h3><p>Lazy loading is a feature that helps improve website performance, boost the mobile experience, and optimize the <a href=\"\/ca\/tutorials\/largest-contentful-paint\">largest contentful paint score<\/a>. However, some plugins with this functionality treat featured images as any other images on your site, blocking them from being shown.<\/p><p>The first step to address this issue is to check whether your WordPress site has plugins equipped with lazy loading features. Pay close attention to direct lazy loading plugins, image optimization tools, and website optimization plugins, as they generally come with this functionality.<\/p><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/a-breakdown-of-the-lazy-loading-feature-on-the-official-page-of-jetpack.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"414\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/a-breakdown-of-the-lazy-loading-feature-on-the-official-page-of-jetpack-1024x414.png\" alt=\"A breakdown of the lazy loading feature on the official page of Jetpack\" class=\"wp-image-56820\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><p>After turning off the lazy loading feature in these plugins, clear the cache and see whether that resolves the featured image issue.<\/p><p>If you need to keep this functionality, we recommend disabling lazy loading for the first image of your posts. Some plugins offer the option to exclude certain pictures from this feature, allowing you to benefit from their other features without affecting your featured images. Review the plugin&rsquo;s documentation or contact its support team for assistance.<\/p><h3 class=\"wp-block-heading\" id=\"h-4-configure-wordpress-dashboard-settings\">4. Configure WordPress Dashboard Settings<\/h3><p>Incorrect WordPress dashboard settings can cause featured images not to show up in your post and page lists and the WordPress editor. The good news is that both scenarios have an easy fix.<\/p><p>Navigate to your WordPress dashboard and click on <strong>Screen Options<\/strong>. Check the <strong>Featured image<\/strong> option to display a featured image column in your post and page lists.<\/p><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/locating-the-featured-image-option-in-the-wordpress-screen-options-menu.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"359\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/locating-the-featured-image-option-in-the-wordpress-screen-options-menu-1024x359.png\" alt=\"Locating the Featured Image option in the WordPress Screen Options menu.\" class=\"wp-image-56821\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><p>The <strong>Featured image<\/strong> tab should now appear in your content editor. Click on the <strong>Set featured image<\/strong> button and choose the desired picture from the media library.<\/p><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/the-featured-image-section-where-users-can-set-one-up-for-the-post.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"422\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/the-featured-image-section-where-users-can-set-one-up-for-the-post-1024x422.png\" alt=\"The featured image section where users can set one up for the post\" class=\"wp-image-56822\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><p>If the <strong>Featured image<\/strong> option doesn&rsquo;t exist in the <strong>Screen Options<\/strong> tab, your current theme may not support the featured image functionality. It&rsquo;s best to contact your theme&rsquo;s developer for assistance or refer to <strong>Step 7<\/strong> below to address this issue manually.<\/p><h3 class=\"wp-block-heading\" id=\"h-5-allow-featured-image-for-viewing\">5. Allow Featured Image for Viewing<\/h3><p>WordPress provides six default user roles to manage users&rsquo; access and actions within the website. You may not have the required user role to view or upload featured images, causing the issue.<\/p><p>Plenty of user role plugins allow you to alter the capabilities of default user roles. Here are the steps to grant featured image viewing and uploading permissions to a specific user role using the <a href=\"https:\/\/wordpress.org\/plugins\/user-role-editor\/\" target=\"_blank\" rel=\"noopener\">User Role Editor<\/a> plugin:<\/p><ol class=\"wp-block-list\">\n<li>Install and activate the plugin.<\/li>\n\n\n\n<li>Go to <strong>Users <\/strong>&rarr; <strong>User Role Editor<\/strong> from your WordPress dashboard.<\/li>\n\n\n\n<li>Pick the user role you want to modify from the dropdown menu. For this tutorial, we&rsquo;re going to change <strong>Author <\/strong>permissions.<\/li>\n<\/ol><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/changing-the-author-user-roles-capabilities-using-the-user-role-editor-plugin.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"427\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/changing-the-author-user-roles-capabilities-using-the-user-role-editor-plugin-1024x427.png\" alt=\"Changing the Author user role's capabilities using the User Role Editor plugin\" class=\"wp-image-56823\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><ol start=\"4\" class=\"wp-block-list\">\n<li>Check the <strong>upload_files<\/strong> option and click <strong>Update<\/strong>. WordPress users assigned to this role will now have access to the media library and be able to upload and set featured images on your site.<\/li>\n<\/ol><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/adding-the-ability-to-upload-files-to-a-certain-user-role-using-the-user-role-editor-plugin.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"427\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/adding-the-ability-to-upload-files-to-a-certain-user-role-using-the-user-role-editor-plugin-1024x427.png\" alt=\"Adding the ability to upload files to a certain user role using the User Role Editor plugin\" class=\"wp-image-56824\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><p>You can also use the plugin to create new custom roles with permissions of your choice.<\/p><h3 class=\"wp-block-heading\" id=\"h-6-fix-featured-image-not-showing-on-a-blog-post-gallery-page\">6. Fix Featured Image Not Showing on a Blog Post Gallery Page<\/h3><p>Many blogs have a featured image shown next to each post on the blog post gallery page to attract visitors&rsquo; attention. The list of recent blog posts is made using the <strong>Latest Posts<\/strong> block provided by the <a href=\"\/ca\/tutorials\/gutenberg-wordpress\">Gutenberg editor<\/a>, placed within the designated home page.<\/p><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/an-example-of-what-the-latest-posts-block-can-look-like.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"414\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/an-example-of-what-the-latest-posts-block-can-look-like-1024x414.png\" alt=\"An example of what the Latest Posts block can look like\" class=\"wp-image-56825\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><p>The following steps will show you how to set a home page display with post thumbnails showing in WordPress:<\/p><ol class=\"wp-block-list\">\n<li>First, you need to create the blog page you want to assign as the home page. Go to <strong>Pages <\/strong>&rarr; <strong>Add New<\/strong> from your WordPress dashboard.<\/li>\n\n\n\n<li>After adding the page title, place the Latest Posts block anywhere on the page. Check out our article on <a href=\"\/ca\/tutorials\/wordpress-blocks\">using WordPress blocks<\/a> if you need help with the process.<\/li>\n<\/ol><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/adding-a-latest-posts-block-to-a-wordpress-page.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"452\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/adding-a-latest-posts-block-to-a-wordpress-page-1024x452.png\" alt=\"Adding a Latest Posts block to a WordPress page\" class=\"wp-image-56826\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><ol start=\"3\" class=\"wp-block-list\">\n<li>Open the <strong>Block<\/strong> tab and enable the <strong>Display featured image<\/strong> option. Feel free to adjust the other settings like the featured image size, alignment, and post meta settings as needed. Once you&rsquo;re done, click <strong>Publish<\/strong>.<\/li>\n<\/ol><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/enabling-the-display-featured-image-option-in-a-page.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"459\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/enabling-the-display-featured-image-option-in-a-page-1024x459.png\" alt=\"Enabling the Display featured image option in a page\n\" class=\"wp-image-56827\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><ol start=\"4\" class=\"wp-block-list\">\n<li>Return to the dashboard, then navigate to <strong>Settings <\/strong>&rarr; <strong>Reading<\/strong>. Set <strong>Your homepage displays<\/strong> to <strong>A static page<\/strong>. Click on the <strong>Homepage <\/strong>dropdown menu and choose the page you created earlier. Select <strong>Save Changes<\/strong>.<\/li>\n<\/ol><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/setting-a-page-with-the-latest-posts-block-as-a-homepage.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"309\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/setting-a-page-with-the-latest-posts-block-as-a-homepage-1024x309.png\" alt=\"Setting a page with the Latest Posts block as a homepage\" class=\"wp-image-56828\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><ol start=\"5\" class=\"wp-block-list\">\n<li>Once you&rsquo;ve completed the step above, you&rsquo;re good to go. Here&rsquo;s an example of the new home page with the list of the most recent blog posts and their respective featured images. For this example, we&rsquo;ve set the <strong>post content<\/strong> to contain <strong>excerpts <\/strong>along with the <strong>post date<\/strong> and changed the <strong>image size<\/strong> to <strong>thumbnails <\/strong>in <strong>left alignment<\/strong>.<\/li>\n<\/ol><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/adding-additional-information-on-the-featured-posts-in-the-latest-posts-block.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"330\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/adding-additional-information-on-the-featured-posts-in-the-latest-posts-block-1024x330.png\" alt=\"Adding additional information on the featured posts in the Latest Posts block\" class=\"wp-image-56829\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><p><div class=\"protip\">\n                    <h4 class=\"title\">Pro Tip<\/h4>\n                    <p>Enabling the <strong>Display featured image <\/strong> option prompts WordPress to retrieve featured images from the latest posts. A blank space will appear if you haven&rsquo;t assigned a featured image to the post in question or set up a default featured image.<\/p>\n                <\/div>\n\n\n\n<\/p><h3 class=\"wp-block-heading\" id=\"h-7-edit-the-functions-php-file-of-your-theme\">7. Edit the functions.php File of Your Theme<\/h3><p>If you still can&rsquo;t see the featured image meta box in the content editor or show post thumbnails correctly, your current theme most likely doesn&rsquo;t support featured images.<\/p><p>In some cases, the code to enable the featured image functionality might be missing. You can solve this by adding the following code to the bottom of your theme&rsquo;s <strong>functions.php<\/strong> file via an FTP client or a File Manager:<\/p><pre class=\"wp-block-preformatted\">add_theme_support('post-thumbnails', array(\n'post',\n'page',\n'custom-post-type-name',\n));<\/pre><p>Reload your admin dashboard and clear the website cache to see whether the featured image section appears when editing a post or page.<\/p><h2 class=\"wp-block-heading\" id=\"h-how-to-fix-duplicate-wordpress-featured-images\">How to Fix Duplicate WordPress Featured Images<\/h2><p>One of the most common mistakes WordPress beginners make is using one image as both the featured and cover image. It causes duplicate images to be stacked on top of each other on archive pages, resulting in a poor visual experience.<\/p><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/an-example-of-the-duplicate-featured-image-error-in-wordpress..png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"403\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/an-example-of-the-duplicate-featured-image-error-in-wordpress.-1024x403.png\" alt=\"An example of the duplicate featured image error in WordPress.\" class=\"wp-image-56830\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><p>Open the post or page editor and locate the featured image section under the <strong>Post <\/strong>tab. If it shows the same image as the first image of your content, that&rsquo;s what&rsquo;s causing the problem.<\/p><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/checking-whether-the-picture-assigned-as-the-featured-image-is-identical-to-the-first-image-of-the-post.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"452\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/checking-whether-the-picture-assigned-as-the-featured-image-is-identical-to-the-first-image-of-the-post-1024x452.png\" alt=\"Checking whether the picture assigned as the featured image is identical to the first image of the post\" class=\"wp-image-56831\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><p>The solution to this problem is to remove either the post thumbnail image or the image block from the content. While you can upload a new file to replace one of the two identical pictures, displaying both the post thumbnail image and cover image for each post can overwhelm your post lists, harming the user experience. <\/p><h2 class=\"wp-block-heading\" id=\"h-how-to-fix-a-wordpress-featured-image-not-showing-up-the-right-size\">How to Fix a WordPress Featured Image Not Showing up the Right Size<\/h2><p>After figuring out how to properly set a featured image in WordPress, the next step is to make sure it looks right. Some of the most common issues that affect a featured image&rsquo;s look generally involve incorrect sizing and using unoptimized photos.<\/p><h3 class=\"wp-block-heading\" id=\"h-picking-the-right-pictures-as-featured-images\">Picking the Right Pictures as Featured Images<\/h3><p>Before tinkering with the sizing, it&rsquo;s best to make sure the chosen images can represent your blog page. Some factors to consider when picking a photo for a featured image include:<\/p><ul class=\"wp-block-list\">\n<li><strong>Dimension <\/strong>&#8210; the ideal featured image size for a WordPress site is 1200 x 628 pixels.<\/li>\n\n\n\n<li><strong>Photo orientation<\/strong> &#8210; pictures with a longer width than height work better as featured images.<\/li>\n\n\n\n<li><strong>Relevancy<\/strong> &#8210; a featured image must be relevant to the post or page it represents.<\/li>\n\n\n\n<li><strong>Authenticity <\/strong>&#8210; the chosen picture should be compelling and free to use.<\/li>\n<\/ul><h3 class=\"wp-block-heading\" id=\"h-how-to-change-the-default-image-sizes-in-wordpress\">How to Change the Default Image Sizes in WordPress<\/h3><p>WordPress automatically creates copies of each image uploaded to the media library in thumbnail, medium, and large sizes. While this image sizing method streamlines the process required to add visuals to a page or post, the dimensions don&rsquo;t always work for featured images.<\/p><p>Fortunately, you can edit the default image sizes manually. Some WordPress themes have their own image dimensions, so we recommend checking your theme settings first. If there are none, follow these steps to modify the image dimensions via WordPress settings:<\/p><ol class=\"wp-block-list\">\n<li>Go to <strong>Settings <\/strong>&rarr; <strong>Media <\/strong>from your WordPress dashboard.<\/li>\n\n\n\n<li>Enter the new dimensions for your featured images in the <strong>Thumbnail size<\/strong> fields.<\/li>\n<\/ol><figure class=\"wp-block-image size-full\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/changing-the-wordpress-thumbnail-dimensions.png\"><img loading=\"lazy\" decoding=\"async\" width=\"703\" height=\"583\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/changing-the-wordpress-thumbnail-dimensions.png\" alt=\"Changing the WordPress thumbnail dimensions\" class=\"wp-image-56832\"  sizes=\"auto, (max-width: 703px) 100vw, 703px\" \/><\/a><\/figure><ol start=\"3\" class=\"wp-block-list\">\n<li>Select <strong>Save Changes<\/strong>.<\/li>\n<\/ol><p><div class=\"protip\">\n                    <h4 class=\"title\">Pro Tip<\/h4>\n                    <p>Check out our article on <a href=\"\/ca\/tutorials\/wordpress-images-sizes\">WordPress image sizes<\/a> to create new custom image dimensions or implement the changes using plugins.<\/p>\n                <\/div>\n\n\n\n<\/p><h3 class=\"wp-block-heading\" id=\"h-how-to-make-your-featured-images-seo-friendly\">How to Make Your Featured Images SEO-Friendly<\/h3><p>All the visuals of your website, including featured images, contribute to your website performance, user experience, and overall SEO efforts. Therefore, it&rsquo;s essential to optimize them. By making featured images easier to crawl, you&rsquo;ll be able to rank higher on search engine results pages (SERPs).<\/p><p>There are several ways to optimize WordPress images:<\/p><ul class=\"wp-block-list\">\n<li>Compress large files to make them load faster.<\/li>\n\n\n\n<li>Resize image dimensions using the methods explained above.<\/li>\n\n\n\n<li>Serve images through a <a href=\"\/ca\/tutorials\/what-is-cdn\">content delivery network<\/a>.<\/li>\n\n\n\n<li>Remove unused images from your WordPress media library.<\/li>\n\n\n\n<li>Optimize your images&rsquo; <a href=\"\/ca\/tutorials\/how-to-add-alt-tags-to-images-in-wordpress\">alt text<\/a>.<\/li>\n<\/ul><p>Give our detailed article on <a href=\"\/ca\/tutorials\/optimize-images-wordpress\/\">optimizing WordPress images<\/a> a read where we break down each method. It also presents some of the best WordPress plugins for image optimization.<\/p><h2 class=\"wp-block-heading\" id=\"h-how-to-ensure-featured-images-always-show-up-on-wordpress\">How to Ensure Featured Images Always Show Up on WordPress<\/h2><p>As they are the face of your pages and posts, you must ensure your featured images work properly and are of high quality. That said, you might forget to set up a featured image.<\/p><p>Setting up a default featured image for your WordPress site will help avoid having an awkward blank space on your page or post if you fail to set one. Here&rsquo;s how to assign a default featured image:<\/p><ol class=\"wp-block-list\">\n<li>Install and activate the <a href=\"https:\/\/wordpress.org\/plugins\/default-featured-image\/\" target=\"_blank\" rel=\"noopener\">Default Featured Image<\/a> plugin.<\/li>\n\n\n\n<li>Navigate to <strong>Settings <\/strong>&rarr; <strong>Media <\/strong>from your WordPress dashboard.<\/li>\n\n\n\n<li>Click on the <strong>Select default featured image<\/strong> button and pick your desired image.<\/li>\n<\/ol><figure class=\"wp-block-image size-full\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/the-default-featured-image-option-enabled-after-installing-the-plugin-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"688\" height=\"594\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/06\/the-default-featured-image-option-enabled-after-installing-the-plugin-1.png\" alt=\"The default featured image option enabled after installing the plugin\" class=\"wp-image-56834\"  sizes=\"auto, (max-width: 688px) 100vw, 688px\" \/><\/a><\/figure><ol start=\"4\" class=\"wp-block-list\">\n<li>Once you&rsquo;re done, select <strong>Save Changes<\/strong>.<\/li>\n<\/ol><p>There are plenty of default featured image plugins in the WordPress directory. They allow you to assign the first picture of your content piece as a featured image or add external pictures via URLs. Feel free to use the plugin that matches your needs.<\/p><h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2><p>A featured image is a useful WordPress feature that adds visual value to your WordPress site and attracts visitors. Post thumbnails on your website&rsquo;s front page and social media will help drive traffic and boost your SEO efforts. Hence, your primary image must work properly.<\/p><p>We have covered the most common reasons that cause featured images not to show up and discussed seven solutions to fix the issue. You have also learned how to display correctly-sized featured images and automate their appearance on your website.<\/p><p>We hope this article has helped you understand this WordPress issue better and overcome it. Good luck!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A WordPress featured image appears as a thumbnail for your WordPress post or page. Its purpose is to grab attention and provide a sneak peek of the content. Having a featured image representing your post also adds visual interest to your WordPress website, benefitting your search engine optimization efforts. A featured image shouldn&rsquo;t be mistaken [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"\/ca\/tutorials\/wordpress-featured-image-not-showing\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"WordPress Featured Image Not Showing: Causes and 7 Solutions","rank_math_description":"WordPress featured image not showing? There are a lot of reasons that cause it. Learn the reasons why and 7 easy and effective solutions to fix the issue.","rank_math_focus_keyword":"wordpress featured image not showing","footnotes":""},"categories":[22692],"tags":[],"class_list":["post-56801","post","type-post","status-publish","format-standard","hentry","category-wordpress"],"hreflangs":[{"locale":"en-US","link":"https:\/\/www.hostinger.com\/tutorials\/wordpress-featured-image-not-showing","default":0},{"locale":"pt-BR","link":"https:\/\/www.hostinger.com\/br\/tutoriais\/imagem-destacada-wordpress-nao-aparece","default":0},{"locale":"en-UK","link":"https:\/\/www.hostinger.com\/uk\/tutorials\/wordpress-featured-image-not-showing","default":0},{"locale":"en-MY","link":"https:\/\/www.hostinger.com\/my\/tutorials\/wordpress-featured-image-not-showing","default":0},{"locale":"en-PH","link":"https:\/\/www.hostinger.com\/ph\/tutorials\/wordpress-featured-image-not-showing","default":0},{"locale":"pt-PT","link":"https:\/\/www.hostinger.com\/pt\/tutoriais\/imagem-destacada-wordpress-nao-aparece","default":0},{"locale":"en-IN","link":"https:\/\/www.hostinger.com\/in\/tutorials\/wordpress-featured-image-not-showing","default":0},{"locale":"en-CA","link":"https:\/\/www.hostinger.com\/ca\/tutorials\/wordpress-featured-image-not-showing","default":0},{"locale":"en-AU","link":"https:\/\/www.hostinger.com\/au\/tutorials\/wordpress-featured-image-not-showing","default":0},{"locale":"en-NG","link":"https:\/\/www.hostinger.com\/ng\/tutorials\/wordpress-featured-image-not-showing","default":0}],"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/posts\/56801","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/comments?post=56801"}],"version-history":[{"count":29,"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/posts\/56801\/revisions"}],"predecessor-version":[{"id":141535,"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/posts\/56801\/revisions\/141535"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/media?parent=56801"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/categories?post=56801"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/ca\/tutorials\/wp-json\/wp\/v2\/tags?post=56801"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}