{"id":4654,"date":"2025-10-22T04:17:32","date_gmt":"2025-10-22T04:17:32","guid":{"rendered":"https:\/\/www.woohelpdesk.com\/blog\/?p=4654"},"modified":"2025-10-22T06:04:54","modified_gmt":"2025-10-22T06:04:54","slug":"fix-wordpress-featured-image-not-displaying","status":"publish","type":"post","link":"https:\/\/www.woohelpdesk.com\/blog\/fix-wordpress-featured-image-not-displaying\/","title":{"rendered":"How to Fix WordPress Featured Image Not Displaying on Posts or Pages"},"content":{"rendered":"<h2>Table of Contents<\/h2>\n<ul>\n<li style=\"list-style-type: none;\"><\/li>\n<\/ul>\n<ul>\n<li><a href=\"#section-1\">What Is a WordPress Featured Image?<\/a><\/li>\n<li><a href=\"#section-2\">What if the Featured Image Doesn\u2019t Work?<\/a><\/li>\n<li><a href=\"#section-3\">Common Reasons Why the WordPress Featured Image Not Showing<\/a><\/li>\n<li><a href=\"#section-4\">How to Fix WordPress Featured Image Not Showing<\/a><\/li>\n<li><a href=\"#section-5\">Best Practices to Prevent This Issue in the Future<\/a><\/li>\n<li><a href=\"#section-6\">Conclusion<\/a><\/li>\n<\/ul>\n<h2 id=\"section-1\">What Is a WordPress Featured Image?<\/h2>\n<p>A WordPress featured image is a visual element that represents your post or page. It acts as a thumbnail that helps readers identify your content easily. The featured image appears on your homepage, archive pages, and social media platforms. It improves design consistency and makes your WordPress website visually engaging.<\/p>\n<p>This image also plays a key role in search engine optimization. A properly optimized featured image helps attract more visitors through Google Images and social shares. It is stored in the database as an attachment ID linked to your post. WordPress themes retrieve and display this image using the the_post_thumbnail() function.<\/p>\n<p>If your website has the WordPress featured image not showing issue, it means the theme or code may not support it properly. Many modern themes include this feature by default, but older ones may require manual setup. You can enable it by adding the following line to your functions.php file:<\/p>\n<p style=\"padding-left: 30px;\">add_theme_support(&#8216;post-thumbnails&#8217;);<\/p>\n<p>This line activates featured image functionality across posts and pages. It\u2019s the most common method for users searching WordPress how to enable featured image for their site.<\/p>\n<h2 id=\"section-2\">What if the Featured Image Doesn\u2019t Work?<\/h2>\n<p>When the featured image not working in WordPress, it can break your website\u2019s layout and design. The missing image often leaves blank spaces, making your site look incomplete. This issue may also reduce engagement and affect SEO performance. The WordPress Featured Image Not Showing Error usually occurs because of theme settings, plugin conflicts, or server restrictions.<\/p>\n<p>Sometimes, the featured image appears correctly in the editor but not on the live site. This happens when the theme files don\u2019t include the correct display function. Every theme should have the the_post_thumbnail() function to load images properly. If this function is missing, you may see the WordPress featured image not showing on posts or pages.<\/p>\n<p>Another common cause is caching or lazy loading configuration. Caching plugins or CDNs often store old image data. Even after uploading a new image, the browser might still show the outdated one. Clearing your cache and regenerating thumbnails can fix featured image not showing in WordPress effectively. Lazy loading delays image rendering, but misconfiguration may hide the featured image completely.<\/p>\n<p>In some cases, migration or incorrect file paths lead to the WordPress featured image missing problem. If your uploads folder or database links are broken, WordPress cannot locate the image file. This can also result in a WordPress featured image blank or broken thumbnail. Checking image URLs and repairing media links usually resolves this issue.<\/p>\n<p>When you notice the WordPress featured image not displaying on posts or pages, start by disabling plugins temporarily. Then verify theme support and recheck file permissions. Once identified, apply the necessary fix to restore normal image display. Regular maintenance and optimized media settings help prevent these featured image errors in WordPress.<\/p>\n<h2 id=\"section-3\">Common Reasons Why the WordPress Featured Image Not Showing<\/h2>\n<p>When the WordPress featured image not showing issue occurs, it can affect your site\u2019s design and structure. A missing or blank image can make your layout look broken and unprofessional. This problem may result from theme limitations, plugin conflicts, or incorrect configuration. Below are the most common technical reasons for the WordPress Featured Image Not Showing Error and how to identify them.<\/p>\n<ol>\n<li><strong> Theme Does Not Support Images<\/strong><\/li>\n<\/ol>\n<p>Some themes lack thumbnail support by default. Without proper code in functions.php, featured images cannot load. Enabling thumbnail support helps restore visual display functionality on all templates.<\/p>\n<ol start=\"2\">\n<li><strong> Plugin Conflicts<\/strong><\/li>\n<\/ol>\n<p>Certain plugins interfere with media rendering. Caching, optimization, or gallery extensions may block image display. Deactivate each plugin one by one to identify and remove the source of conflict.<\/p>\n<ol start=\"3\">\n<li><strong> Incorrect File Permissions<\/strong><\/li>\n<\/ol>\n<p>If your upload folders have restricted access, images may fail to appear. Check server permissions using FTP or cPanel and ensure directories use 755 and files use 644.<\/p>\n<ol start=\"4\">\n<li><strong> Cache or CDN Problems<\/strong><\/li>\n<\/ol>\n<p>Cached content may still show outdated image versions. Clear your WordPress, browser, and CDN cache completely to refresh pages and allow new image data to display correctly.<\/p>\n<ol start=\"5\">\n<li><strong> Lazy Loading Misconfiguration<\/strong><\/li>\n<\/ol>\n<p>Improper lazy loading can stop featured images from rendering immediately. Disable the feature temporarily through your optimization plugin or theme settings to verify if it\u2019s causing the delay.<\/p>\n<ol start=\"6\">\n<li><strong> Broken Image Links<\/strong><\/li>\n<\/ol>\n<p>Incorrect database URLs or corrupted paths can break media links. Use a database search-and-replace plugin to correct URLs and restore missing image connections throughout your website.<\/p>\n<ol start=\"7\">\n<li><strong> Missing Template Function<\/strong><\/li>\n<\/ol>\n<p>Some theme files might not include the thumbnail function. Add the_post_thumbnail() manually within template files like single.php or content.php to enable featured image visibility.<\/p>\n<ol start=\"8\">\n<li><strong> Image Not Assigned Properly<\/strong><\/li>\n<\/ol>\n<p>Adding an image inside content isn\u2019t the same as setting it featured. Always use the \u201cSet Featured Image\u201d option in the editor sidebar to attach it properly.<\/p>\n<ol start=\"9\">\n<li><strong> Low Server Resources<\/strong><\/li>\n<\/ol>\n<p>Limited PHP memory or upload limits can block image uploads. Increase resource limits from your hosting control panel or contact technical support to prevent upload failures and missing visuals.<\/p>\n<ol start=\"10\">\n<li><strong> Outdated Theme or Core Files<\/strong><\/li>\n<\/ol>\n<p>Running older themes or WordPress versions may cause compatibility issues. Regularly update your theme, plugins, and WordPress core files to maintain stable media performance and prevent display errors.<\/p>\n<h2 id=\"section-4\">How to Fix WordPress Featured Image Not Showing<\/h2>\n<p>If your featured image isn\u2019t appearing on your posts or pages, don\u2019t worry \u2014 this is a common issue. Follow these simple steps one by one, and you\u2019ll get it fixed quickly.<\/p>\n<ol>\n<li>\n<h3>Fix the HTTP Error When Uploading a Featured Image<\/h3>\n<\/li>\n<\/ol>\n<p>If you see an <strong>HTTP error<\/strong> while uploading a featured image, it usually means your website server is running out of memory or your file is too large.<\/p>\n<p><strong>Step 1: Increase Memory Limit<br \/>\n<\/strong>\u00a0You can fix this by increasing your WordPress memory limit.<\/p>\n<ul>\n<li>Open your website using <strong>FTP<\/strong> or <strong>File Manager<\/strong>.<\/li>\n<li>Find the file called wp-config.php.<\/li>\n<\/ul>\n<p>Add this code before the line that says <em>\u201cThat\u2019s all, stop editing!\u201d<\/em>:<\/p>\n<p>define(&#8216;WP_MEMORY_LIMIT&#8217;, &#8216;256M&#8217;);<\/p>\n<ul>\n<li>Save the file and upload it again.<\/li>\n<\/ul>\n<p><strong>Step 2: Increase Upload Size<br \/>\n<\/strong>\u00a0Sometimes, your image is bigger than the allowed upload size.<\/p>\n<ul>\n<li>Open your .htaccess file (found in the same folder as wp-config.php).<\/li>\n<\/ul>\n<p style=\"padding-left: 30px;\">Add this code at the bottom:<\/p>\n<p style=\"padding-left: 40px;\">\u00a0php_value upload_max_filesize 256M<\/p>\n<p style=\"padding-left: 40px;\">\u00a0php_value post_max_size 256M<\/p>\n<ul>\n<li>Save the file and try uploading again.<\/li>\n<\/ul>\n<p>If you\u2019re using hosting with a control panel like <strong>hPanel<\/strong> or <strong>cPanel<\/strong>, go to <strong>PHP Configuration \u2192 PHP Options<\/strong>. Then, increase both \u201cupload_max_filesize\u201d and \u201cpost_max_size\u201d to the highest available value.<\/p>\n<ol start=\"2\">\n<li>\n<h3>Fix Plugin or Theme Conflicts<\/h3>\n<\/li>\n<\/ol>\n<p>Sometimes, a plugin or theme blocks the featured image from loading properly.<\/p>\n<p><strong>Step 1: Deactivate Plugins<br \/>\n<\/strong>\u00a0Go to your WordPress dashboard \u2192 <strong>Plugins \u2192 Installed Plugins<\/strong>.<br \/>\nDeactivate all plugins at once. Check if the featured image starts working.<\/p>\n<p><strong>Step 2: Reactivate Plugins One by One<br \/>\n<\/strong>\u00a0If it works now, reactivate your plugins one by one. After each activation, refresh your post page to see which plugin causes the issue.<\/p>\n<p><strong>Step 3: Test Your Theme<br \/>\n<\/strong>\u00a0If disabling plugins doesn\u2019t help, switch to a default theme like <strong>Twenty Twenty-Four<\/strong>.<br \/>\nGo to <strong>Appearance \u2192 Themes<\/strong>, activate it, and check your post.<br \/>\nIf the image appears now, the issue is in your theme.<\/p>\n<p><strong>Step 4: Update Everything<br \/>\n<\/strong>\u00a0Make sure your <strong>WordPress, plugins, and theme<\/strong> are all updated to the latest versions. Updates often fix bugs that cause display issues.<\/p>\n<ol start=\"3\">\n<li>\n<h3>Disable Lazy Loading<\/h3>\n<\/li>\n<\/ol>\n<p>Lazy loading helps your site load faster but sometimes hides the featured image.<\/p>\n<p><strong>Step 1: Check for Lazy Loading Plugins<br \/>\n<\/strong>\u00a0Look for plugins like Jetpack, a3 Lazy Load, or WP Rocket. These plugins delay image loading.<\/p>\n<p><strong>Step 2: Turn Off Lazy Loading<br \/>\n<\/strong>\u00a0Go to each plugin\u2019s settings and disable lazy loading. Then clear your cache and refresh the page.<\/p>\n<p><strong>Step 3: Exclude Featured Images Only<br \/>\n<\/strong>\u00a0If you still want lazy loading for other images, look for an option to \u201cexclude featured images\u201d in the plugin settings.<br \/>\nIf you don\u2019t find this option, open your theme\u2019s functions.php file and add this line:<\/p>\n<p>add_filter(&#8216;wp_lazy_loading_enabled&#8217;, &#8216;__return_false&#8217;);<\/p>\n<p>Save the file and test your website again.<\/p>\n<ol start=\"4\">\n<li>\n<h3>Check WordPress Dashboard Settings<\/h3>\n<\/li>\n<\/ol>\n<p>Sometimes, the featured image option is just hidden.<\/p>\n<p><strong>Step 1: Open a Post<br \/>\n<\/strong>\u00a0Go to any post in your WordPress editor.<\/p>\n<p><strong>Step 2: Click Screen Options<br \/>\n<\/strong>\u00a0At the top-right corner, click <strong>Screen Options<\/strong> (or \u201cOptions\u201d in block editor).<\/p>\n<p><strong>Step 3: Enable Featured Image<br \/>\n<\/strong>\u00a0Make sure the box for <strong>Featured Image<\/strong> is checked.<\/p>\n<p>Now, scroll down or check the right sidebar. You should see a \u201cSet Featured Image\u201d button. Click it, select your image, and update the post.<\/p>\n<p>If you still can\u2019t find the option, your theme may not support featured images (see the last method below).<\/p>\n<ol start=\"5\">\n<li>\n<h3>Allow User Roles to View Featured Images<\/h3>\n<\/li>\n<\/ol>\n<p>Sometimes, user accounts (like Authors or Editors) don\u2019t have permission to upload or view images.<\/p>\n<p><strong>Step 1: Install User Role Editor Plugin<br \/>\n<\/strong>\u00a0Go to <strong>Plugins \u2192 Add New<\/strong>, search for \u201cUser Role Editor,\u201d and install it.<\/p>\n<p><strong>Step 2: Edit User Permissions<br \/>\n<\/strong>\u00a0Go to <strong>Users \u2192 User Role Editor<\/strong>, select the role (like Author).<br \/>\nFind and enable the permission <strong>upload_files<\/strong>.<br \/>\nClick <strong>Update<\/strong> to save changes.<\/p>\n<p>Now, users with that role will be able to upload and set featured images easily.<\/p>\n<ol start=\"6\">\n<li>\n<h3>Fix Featured Image Not Showing on Blog Page<\/h3>\n<\/li>\n<\/ol>\n<p>If your featured images don\u2019t appear on your blog or homepage, you might need to adjust your block settings.<\/p>\n<p><strong>Step 1: Create a Blog Page<br \/>\n<\/strong>\u00a0Go to <strong>Pages \u2192 Add New<\/strong>, name it \u201cBlog,\u201d and click <strong>Publish<\/strong>.<\/p>\n<p><strong>Step 2: Add the Latest Posts Block<br \/>\n<\/strong>\u00a0Edit that page, click the <strong>+<\/strong> icon, and select <strong>Latest Posts<\/strong>.<\/p>\n<p><strong>Step 3: Enable Featured Images<br \/>\n<\/strong>\u00a0In the block settings on the right, turn on the <strong>Display Featured Image<\/strong> option. Adjust the image size, alignment, and layout as you prefer.<\/p>\n<p><strong>Step 4: Set as Homepage<br \/>\n<\/strong>\u00a0Now go to <strong>Settings \u2192 Reading<\/strong>, choose <strong>A static page<\/strong>, and set the page you created as your homepage.<br \/>\nSave changes and refresh your website. You should now see your posts with featured images displayed properly.<\/p>\n<ol start=\"7\">\n<li>\n<h3>Enable Featured Images in the Theme (functions.php)<\/h3>\n<\/li>\n<\/ol>\n<p>If the featured image box is missing from your editor, your theme might not support it.<\/p>\n<p><strong>Step 1: Access Theme Files<br \/>\n<\/strong>\u00a0Use FTP or your hosting File Manager and open \/wp-content\/themes\/your-theme\/.<\/p>\n<p><strong>Step 2: Edit functions.php<br \/>\n<\/strong>\u00a0Open the functions.php file and add this code at the bottom:<\/p>\n<p>add_theme_support(&#8216;post-thumbnails&#8217;, array(&#8216;post&#8217;, &#8216;page&#8217;));<\/p>\n<p>Save the file and refresh your WordPress dashboard.<\/p>\n<p><strong>Step 3: Set Image Size (Optional)<br \/>\n<\/strong>\u00a0To define image sizes, add another line below it:<\/p>\n<p>add_image_size(&#8216;custom-size&#8217;, 800, 600, true);<\/p>\n<p>After saving, install the <strong>Regenerate Thumbnails<\/strong> plugin and run it to update image sizes.<\/p>\n<p>Once done, go back to your editor. The Featured Image option should appear, and your images should display properly on all posts and pages.<\/p>\n<h2 id=\"section-5\">Best Practices to Prevent This Issue in the Future<\/h2>\n<ol>\n<li><strong>Keep WordPress Updated<br \/>\n<\/strong>Always update WordPress, plugins, and themes regularly to prevent conflicts. Updates include compatibility fixes that help avoid image display problems in future versions.<\/li>\n<li><strong>Use a Reliable Hosting Plan<br \/>\n<\/strong>Choose a hosting provider that offers strong performance and resource limits. Low-tier servers can restrict uploads and cause image-related issues over time.<\/li>\n<li><strong>Optimize Images Before Uploading<br \/>\n<\/strong>Compress images using tools like TinyPNG or ShortPixel. Smaller image files reduce server load and improve performance without lowering quality.<\/li>\n<li><strong>Avoid Using Too Many Plugins<br \/>\n<\/strong>Install only necessary plugins. Too many active plugins increase conflicts and slow down page rendering, which can lead to display errors or failed image loading.<\/li>\n<li><strong>Use a Child Theme for Customization<br \/>\n<\/strong>Always edit functions or templates in a child theme. It keeps your customizations safe during updates and prevents loss of code related to image display.<\/li>\n<li><strong>Check File Permissions Regularly<br \/>\n<\/strong>Ensure media folders in \/wp-content\/uploads\/ have correct permissions. Wrong file permissions can block WordPress from accessing or displaying uploaded images properly.<\/li>\n<li><strong>Clear Cache After Site Changes<br \/>\n<\/strong>Whenever you modify settings, update plugins, or upload new images, clear all caches. Cached pages can delay or block updated images from loading properly.<\/li>\n<li><strong>Maintain Consistent Image Sizes<br \/>\n<\/strong>Define standard image sizes in your theme. Consistency in dimensions prevents layout issues and ensures images load correctly on different devices.<\/li>\n<li><strong>Use Image Regeneration Tools Periodically<br \/>\n<\/strong>Run thumbnail regeneration every few months. It updates image sizes after theme changes and fixes missing or broken image previews automatically.<\/li>\n<li><strong>Monitor Error Logs Regularly<br \/>\n<\/strong>Enable logging on your server or hosting panel. Checking logs helps identify upload, memory, or permission errors early before they cause major image issues.<\/li>\n<\/ol>\n<h2 id=\"section-6\">Conclusion<\/h2>\n<p>Featured images play an important role in your WordPress website\u2019s design and branding. They improve user engagement, make your pages visually appealing, and strengthen your site\u2019s SEO performance.<\/p>\n<p>When the featured image doesn\u2019t appear, it can make your posts look incomplete and unprofessional. Most of the time, this issue happens due to missing theme support, plugin conflicts, or memory limits.<\/p>\n<p>By following the step-by-step fixes shared above, you can easily identify and resolve these problems. From increasing your PHP memory to updating themes or disabling lazy loading, each method ensures your images display properly across your website.<\/p>\n<p>To prevent such issues in the future, keep WordPress and all plugins updated, use reliable hosting, and regularly clear cache and regenerate thumbnails. Proper maintenance keeps your website fast, stable, and error-free.<\/p>\n<p>With the right configuration and attention to detail, your featured images will always display correctly \u2014 keeping your WordPress site professional, optimized, and visually consistent for every visitor.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents What Is a WordPress Featured Image? What if the Featured Image Doesn\u2019t Work? Common Reasons Why the WordPress Featured Image Not Showing How to Fix WordPress Featured Image Not Showing Best Practices to Prevent This Issue in the Future Conclusion What Is a WordPress Featured Image? A WordPress featured image is a [&hellip;]<\/p>\n<div class='heateor_sss_sharing_container heateor_sss_vertical_sharing heateor_sss_bottom_sharing' style='width:29px;left: 10px;top: 250px;-webkit-box-shadow:none;box-shadow:none;' data-heateor-sss-href='https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/4654'><div class=\"heateor_sss_sharing_ul\"><a aria-label=\"Facebook\" class=\"heateor_sss_facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F4654\" title=\"Facebook\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#0765FE;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"X\" class=\"heateor_sss_button_x\" href=\"https:\/\/twitter.com\/intent\/tweet?text=WooHelpDesk%20Blog%20%E2%80%93%20WordPress%20%26%20WooCommerce%20Tips%20and%20Tutorials%20-%20&url=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F4654\" title=\"X\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_x\" style=\"background-color:#2a2a2a;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg width=\"100%\" height=\"100%\" style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M21.751 7h3.067l-6.7 7.658L26 25.078h-6.172l-4.833-6.32-5.531 6.32h-3.07l7.167-8.19L6 7h6.328l4.37 5.777L21.75 7Zm-1.076 16.242h1.7L11.404 8.74H9.58l11.094 14.503Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Linkedin\" class=\"heateor_sss_button_linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F4654\" title=\"Linkedin\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_linkedin\" style=\"background-color:#0077b5;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path d=\"M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Pinterest\" class=\"heateor_sss_button_pinterest\" href=\"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/4654\" onclick=\"event.preventDefault();javascript:void( (function() {var e=document.createElement('script' );e.setAttribute('type','text\/javascript' );e.setAttribute('charset','UTF-8' );e.setAttribute('src','\/\/assets.pinterest.com\/js\/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());\" title=\"Pinterest\" rel=\"noopener\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_pinterest\" style=\"background-color:#cc2329;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-2 -2 35 35\"><path fill=\"#fff\" d=\"M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z\"\/><\/svg><\/span><\/a><a aria-label=\"Telegram\" class=\"heateor_sss_button_telegram\" href=\"https:\/\/telegram.me\/share\/url?url=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F4654&text=WooHelpDesk%20Blog%20%E2%80%93%20WordPress%20%26%20WooCommerce%20Tips%20and%20Tutorials%20-%20\" title=\"Telegram\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_telegram\" style=\"background-color:#3da5f1;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M25.515 6.896L6.027 14.41c-1.33.534-1.322 1.276-.243 1.606l5 1.56 1.72 5.66c.226.625.115.873.77.873.506 0 .73-.235 1.012-.51l2.43-2.363 5.056 3.734c.93.514 1.602.25 1.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Whatsapp\" class=\"heateor_sss_whatsapp\" href=\"https:\/\/api.whatsapp.com\/send?text=WooHelpDesk%20Blog%20%E2%80%93%20WordPress%20%26%20WooCommerce%20Tips%20and%20Tutorials%20-%20%20https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F4654\" title=\"Whatsapp\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#55eb4c;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-6 -5 40 40\"><path class=\"heateor_sss_svg_stroke heateor_sss_no_fill\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\" d=\"M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046\"><\/path><path d=\"M 7 19 l -1 6 l 6 -1\" class=\"heateor_sss_no_fill heateor_sss_svg_stroke\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\"><\/path><path d=\"M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><\/div><div class=\"heateorSssClear\"><\/div><\/div>","protected":false},"author":1,"featured_media":4661,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-4654","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress-errors"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/4654","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/comments?post=4654"}],"version-history":[{"count":3,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/4654\/revisions"}],"predecessor-version":[{"id":4657,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/4654\/revisions\/4657"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media\/4661"}],"wp:attachment":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media?parent=4654"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/categories?post=4654"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/tags?post=4654"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}