{"id":12081,"date":"2026-03-17T04:25:29","date_gmt":"2026-03-17T04:25:29","guid":{"rendered":"https:\/\/www.woohelpdesk.com\/blog\/?p=12081"},"modified":"2026-03-17T07:18:35","modified_gmt":"2026-03-17T07:18:35","slug":"how-to-create-301-redirects-in-wordpress","status":"publish","type":"post","link":"https:\/\/www.woohelpdesk.com\/blog\/how-to-create-301-redirects-in-wordpress\/","title":{"rendered":"How to Create 301 Redirects in WordPress, With or Without Plugins? Complete Guide"},"content":{"rendered":"<h2>Table of Contents<\/h2>\n<ul>\n<li><a href=\"#section-1\">Introduction<\/a><\/li>\n<li><a href=\"#section-2\">What is 301 Redirect?<\/a><\/li>\n<li><a href=\"#section-3\">What are the Benefits of 301 Redirect in WordPress?<\/a><\/li>\n<li><a href=\"#section-4\">How to Create 301 Redirects in WordPress, With or Without Plugins?<\/a><\/li>\n<li><a href=\"#section-5\">What are the Best Practices for Managing Redirects?<\/a><\/li>\n<li><a href=\"#section-6\">Troubleshooting Common Redirect Issues<\/a><\/li>\n<li><a href=\"#section-7\">Final Verdict<\/a><\/li>\n<\/ul>\n<h2 id=\"section-1\">Introduction<\/h2>\n<p>You update your website. You change a page URL. You delete old content. You launch a new design.<\/p>\n<p>These changes improve your site. But they create a hidden problem. Visitors who try to access old URLs see error pages. Search engines find broken links. Your traffic drops. Your rankings suffer.<\/p>\n<p>301 redirects solve this problem. They automatically send anyone who visits an old URL to the new location. The visitor never sees an error. Search engines transfer their ranking value to the new page. Everything stays seamless.<\/p>\n<p>WordPress offers multiple ways to create these redirects. You can install plugins with simple interfaces. You can edit server files directly. You can add code to your theme. Each method has advantages and trade-offs.<\/p>\n<p>This guide covers everything you need to know about 301 redirects in WordPress. You will learn what they are and why they matter. You will get step-by-step instructions for creating them using plugins, .htaccess files, cPanel, and PHP code.<\/p>\n<p>By the end, you will have multiple ways to keep your site&#8217;s traffic flowing smoothly.<\/p>\n<h2 id=\"section-2\">What is 301 Redirect?<\/h2>\n<p>A 301 redirect is a permanent redirect that sends visitors and search engines from one URL to another . It tells browsers and search engines that the original page has moved to a new location permanently.<\/p>\n<p><strong>How does a 301 Redirect Works?<\/strong><\/p>\n<p>When someone tries to visit a page that has been redirected, a simple process happens behind the scenes:<\/p>\n<ul>\n<li><strong>Step 1:<\/strong> The visitor&#8217;s browser sends a request to the server for the old URL (e.g., \/old-page\/)<\/li>\n<li><strong>Step 2:<\/strong> The server recognizes this page has permanently moved and responds with HTTP status code 301, along with the new location in the header<\/li>\n<li><strong>Step 3:<\/strong> The browser automatically sends a new request to the new URL<\/li>\n<li><strong>Step 4: <\/strong>The server serves the content from the new page with a 200 OK status<\/li>\n<\/ul>\n<p>From the user&#8217;s perspective, this entire process takes a fraction of a second. They simply land on the correct page without knowing anything happened.<\/p>\n<h2 id=\"section-3\">What are the Benefits of 301 Redirect in WordPress?<\/h2>\n<ol>\n<li><strong>Preserve SEO Rankings and Link Equity<\/strong><\/li>\n<\/ol>\n<p>When you delete a page without a redirect, search engines find a 404 error. This signals that your site has broken links or missing content. A proper 301 redirect solves this by sending users and search engines to a relevant page instead.<\/p>\n<p>Most importantly, 301 redirects pass along &#8220;link equity&#8221; or &#8220;ranking power&#8221; from the old URL to the new one. Any backlinks pointing to your old page continue to benefit your site through the redirect. This preserves the SEO value you built over time.<\/p>\n<ol start=\"2\">\n<li><strong>Enhance User Experience<\/strong><\/li>\n<\/ol>\n<p>Nothing frustrates visitors more than clicking a link and landing on a &#8220;Page Not Found&#8221; error. They wanted specific content and found a dead end. Many will leave your site immediately.<\/p>\n<p>301 redirects prevent this frustration. Visitors automatically reach the content they were seeking, even if the URL changed. They never see an error message. They stay engaged with your site.<\/p>\n<ol start=\"3\">\n<li><strong>Manage Site Changes Smoothly<\/strong><\/li>\n<\/ol>\n<p>Websites constantly evolve. You reorganize content, launch new designs, change permalink structures, or migrate to new domains. Each change creates potential for broken links.<\/p>\n<p>301 redirects make these transitions smooth. You can completely overhaul your site structure while ensuring that anyone with old bookmarks or links still reaches your content.<\/p>\n<ol start=\"4\">\n<li><strong>Consolidate Duplicate Content<\/strong><\/li>\n<\/ol>\n<p>Sometimes you have multiple pages with similar content. Merging them into one authoritative page improves your site structure and SEO. 301 redirects let you point all the old URLs to your single new page.<\/p>\n<ol start=\"5\">\n<li><strong>Fix 404 Errors<\/strong><\/li>\n<\/ol>\n<p>The 301 Redirects plugin includes a 404 error log that helps you identify broken links on your site. You can see exactly which URLs are generating errors and create redirects to fix them. This proactive approach keeps your site healthy.<\/p>\n<ol start=\"6\">\n<li><strong>Track Redirect Performance<\/strong><\/li>\n<\/ol>\n<p>Plugins like Redirection maintain hit counts for each redirect. You can see which old URLs still receive traffic and ensure your redirects are working properly.<\/p>\n<h2 id=\"section-4\">How to Create 301 Redirects in WordPress, With or Without Plugins?<\/h2>\n<p>You have several options for creating 301 redirects. The best method depends on your technical comfort level and how many redirects you need.<\/p>\n<h3>Method 1: Using the Redirection Plugin (Recommended for Most Users)<\/h3>\n<p>The Redirection plugin is the most popular redirect manager for WordPress with over 10 years of development. It&#8217;s completely free and packed with features.<\/p>\n<p>Step 1: Install the Plugin<\/p>\n<ul>\n<li>Go to your WordPress dashboard<\/li>\n<li>Navigate to Plugins \u2192 Add New<\/li>\n<li>Search for &#8220;Redirection&#8221;<\/li>\n<li>Click Install Now, then Activate<\/li>\n<\/ul>\n<p>Step 2: Complete the Setup Wizard<\/p>\n<ul>\n<li>After activation, go to Tools \u2192 Redirection<\/li>\n<li>Complete the simple setup wizard to configure basic settings<\/li>\n<\/ul>\n<p>Step 3: Add a New Redirect<\/p>\n<ul>\n<li>In the Redirects tab, find the &#8220;Add new redirection&#8221; section<\/li>\n<li>In the Source URL field, enter the URL path you want to redirect (e.g., \/old-page)<\/li>\n<li>In the Target URL field, enter the full URL of your destination page<\/li>\n<li>Select &#8220;301 &#8211; Moved Permanently&#8221; as the redirection type<\/li>\n<li>Click Add Redirect to save<\/li>\n<\/ul>\n<p>Step 4: Test Your Redirect<\/p>\n<ul>\n<li>Open an incognito or private browser window<\/li>\n<li>Visit your old URL<\/li>\n<li>Confirm it loads the intended destination<\/li>\n<li>Use an HTTP status checker to verify the 301 status code<\/li>\n<\/ul>\n<p>Additional Features of Redirection<\/p>\n<ul>\n<li>404 error logging to identify broken links<\/li>\n<li>Query parameter handling for complex URLs<\/li>\n<li>Conditional redirects based on login status, browser, referrer, and more<\/li>\n<li>Import\/Export for managing bulk redirects<\/li>\n<li>Hit counts to track redirect usage<\/li>\n<li>Automatic redirect creation when post permalinks change<\/li>\n<\/ul>\n<h3>Method 2: Using 301 Redirects \u2013 Redirect Manager Plugin<\/h3>\n<p>This is another excellent free plugin with a 404 error log and simple interface.<\/p>\n<p>Step 1: Install the Plugin<\/p>\n<ul>\n<li>Go to Plugins \u2192 Add New<\/li>\n<li>Search for &#8220;301 Redirects \u2013 Redirect Manager&#8221;<\/li>\n<li>Install and activate<\/li>\n<\/ul>\n<p>Step 2: Add Redirects<\/p>\n<ul>\n<li>Go to Settings \u2192 301 Redirects<\/li>\n<li>Enter the old URL path in the Request field<\/li>\n<li>Enter the destination URL in the Destination field<\/li>\n<li>Click Add Redirect<\/li>\n<\/ul>\n<p>Step 3: Monitor 404 Errors<\/p>\n<ul>\n<li>Check your dashboard for the 404 error log widget<\/li>\n<li>Identify problematic links that need redirects<\/li>\n<li>Create redirects directly from the error log<\/li>\n<\/ul>\n<h3>Method 3: Using Yoast SEO Premium<\/h3>\n<p>If you already use Yoast SEO Premium, it includes a built-in Redirect Manager.<\/p>\n<p>Step 1: Locate the Redirect Manager<\/p>\n<ul>\n<li>Go to your WordPress dashboard<\/li>\n<li>Navigate to Yoast SEO \u2192 Redirects<\/li>\n<\/ul>\n<p>Step 2: Add a Redirect<\/p>\n<ul>\n<li>Select &#8220;301&#8221; as the redirect type<\/li>\n<li>Enter the old URL (absolute or relative path)<\/li>\n<li>Enter the new destination URL<\/li>\n<li>Click Add Redirect<\/li>\n<\/ul>\n<p>The Redirect Manager automatically creates 301 redirects when you delete or relocate pages, keeping your visitors seamlessly connected.<\/p>\n<h3>Method 4: Creating Redirects Without Plugins<\/h3>\n<p>For users who prefer not to install plugins, several code-based methods work.<\/p>\n<p><strong>Option A: Edit the .htaccess File (Apache Servers Only)<\/strong><\/p>\n<p>This method works on Apache and LiteSpeed servers but not on Nginx.<\/p>\n<p>Important: Always back up your .htaccess file before editing. A single typo can break your entire site.<\/p>\n<p>Step 1: Locate the .htaccess File<\/p>\n<ul>\n<li>Connect to your server via FTP or use your hosting file manager<\/li>\n<li>Navigate to your WordPress root directory (usually public_html)<\/li>\n<li>Enable viewing of hidden files if you don&#8217;t see .htaccess<\/li>\n<\/ul>\n<p>Step 2: Download a Backup<\/p>\n<ul>\n<li>Download a copy of the .htaccess file to your computer<\/li>\n<\/ul>\n<p>Step 3: Add Redirect Rules<\/p>\n<ul>\n<li>Open the .htaccess file in a plain text editor<\/li>\n<li>Add your redirect rules, typically after the line &#8220;# END WordPress&#8221;<\/li>\n<\/ul>\n<p><strong>For a single redirect, use:<\/strong><\/p>\n<p>Redirect 301 \/old-page https:\/\/yourwebsite.com\/new-page [citation:3]<\/p>\n<p><strong>For multiple redirects, add each on its own line:<\/strong><\/p>\n<p>Redirect 301 \/old-page-1 \/new-page-1<\/p>\n<p>Redirect 301 \/old-page-2 \/new-page-2<\/p>\n<p><strong>For redirecting entire directories:<\/strong><\/p>\n<p>RewriteEngine On<\/p>\n<p>RewriteRule ^old-directory\/(.*)$ \/new-directory\/$1 [R=301,L] [citation:3]<\/p>\n<p>Step 4: Save and Upload<\/p>\n<ul>\n<li>Save your changes<\/li>\n<li>Upload the file back to your server, replacing the original<\/li>\n<li>Test your redirects immediately<\/li>\n<\/ul>\n<p><strong>Option B: Use cPanel Redirects<\/strong><\/p>\n<p>This is a safer alternative to editing .htaccess directly.<\/p>\n<p>Step 1: Access cPanel<\/p>\n<ul>\n<li>Log in to your hosting dashboard<\/li>\n<li>Open cPanel (often under Quick Links)<\/li>\n<li>Scroll down to the Domains section<\/li>\n<li>Click &#8220;Redirects&#8221;<\/li>\n<\/ul>\n<p>Step 2: Configure the Redirect<\/p>\n<ul>\n<li>Select &#8220;Permanent (301)&#8221; as the type<\/li>\n<li>Choose your domain<\/li>\n<li>Enter the old URL path (e.g., &#8220;old-content&#8221;)<\/li>\n<li>Enter the full destination URL<\/li>\n<li>Select the appropriate www option<\/li>\n<li>Click Add<\/li>\n<\/ul>\n<p><strong>Option C: PHP Function in functions.php<\/strong><\/p>\n<p>This method adds a simple redirect using your theme&#8217;s functions.php file.<\/p>\n<p>Step 1: Access functions.php<\/p>\n<ul>\n<li>Go to Appearance \u2192 Theme File Editor<\/li>\n<li>Select functions.php from the right sidebar<\/li>\n<li>Or use an FTP client to edit the file<\/li>\n<\/ul>\n<p>Step 2: Add the Redirect Code<\/p>\n<p>Add the following code at the end of the file:<\/p>\n<p>function custom_url_forward() {<\/p>\n<p>if ( $_SERVER[&#8216;REQUEST_URI&#8217;] == &#8216;\/old-page\/&#8217; ) {<\/p>\n<p>wp_redirect( &#8216;\/new-page\/&#8217;, 301 );<\/p>\n<p>exit();<\/p>\n<p>}<\/p>\n<p>}<\/p>\n<p>add_action( &#8216;template_redirect&#8217;, &#8216;custom_url_forward&#8217; );<\/p>\n<p>Replace &#8216;\/old-page\/&#8217; and &#8216;\/new-page\/&#8217; with your actual paths.<\/p>\n<p><strong>Option D: PHP Snippet for Multiple Redirects<\/strong><\/p>\n<p>For multiple redirects, use this expanded version:<\/p>\n<p>add_action(&#8216;template_redirect&#8217;, function() {<\/p>\n<p>$urls_to_redirect = [<\/p>\n<p>&#8216;\/about\/&#8217;,<\/p>\n<p>&#8216;\/services\/&#8217;,<\/p>\n<p>&#8216;\/products\/&#8217;,<\/p>\n<p>&#8216;\/contact\/&#8217;,<\/p>\n<p>&#8216;\/old-page\/&#8217;<\/p>\n<p>];<\/p>\n<p>$current_path = parse_url($_SERVER[&#8216;REQUEST_URI&#8217;], PHP_URL_PATH);<\/p>\n<p>if (in_array(rtrim(strtolower($current_path), &#8216;\/&#8217;). &#8216;\/&#8217;, $urls_to_redirect)) {<\/p>\n<p>wp_redirect(home_url(&#8216;\/&#8217;), 301);<\/p>\n<p>exit;<\/p>\n<p>}<\/p>\n<p>});<\/p>\n<p>Edit the array to include all URLs you want to redirect to your homepage.<\/p>\n<p><strong>Option E: PHP Script for Individual Redirects<\/strong><\/p>\n<p>You can also create a dedicated PHP file for redirects.<\/p>\n<p>Step 1: Create a redirects.php file<\/p>\n<ul>\n<li>Use File Manager to create a new file named &#8220;redirects.php&#8221;<\/li>\n<li>Right-click and select Edit<\/li>\n<\/ul>\n<p>Step 2: Add the Redirect Code<\/p>\n<p>&lt;?php<\/p>\n<p>\/\/ OldContent.php<\/p>\n<p>header(&#8220;HTTP\/1.1 301 Moved Permanently&#8221;);<\/p>\n<p>header(&#8220;Location: https:\/\/www.yourwebsite.com\/new-content\/&#8221;);<\/p>\n<p>exit();<\/p>\n<p>?&gt;<\/p>\n<p>Change &#8220;OldContent&#8221; to match your file name and update the destination URL.<\/p>\n<h3>Method 5: Bulk 301 Redirects<\/h3>\n<p>When you have many URLs to redirect, handling them individually becomes tedious. These methods help with bulk redirects.<\/p>\n<p><strong>Using Redirection Plugin Import<\/strong><\/p>\n<p>The Redirection plugin supports importing CSV files with your redirects.<\/p>\n<p>Step 1: Prepare a CSV File<\/p>\n<p>Create a file with two columns:<\/p>\n<p>\/old-page, \/new-page<\/p>\n<p>\/old-product, \/new-product<\/p>\n<p>\/old-category\/old-post, \/new-category\/new-post<\/p>\n<p>Step 2: Import the File<\/p>\n<ul>\n<li>Go to Tools \u2192 Redirection<\/li>\n<li>Open the Import\/Export section<\/li>\n<li>Upload your CSV file<\/li>\n<li>The plugin automatically creates all redirects<\/li>\n<\/ul>\n<p><strong>Using .htaccess for Bulk Redirects<\/strong><\/p>\n<p>For Apache servers, you can add multiple Redirect lines to .htaccess as shown earlier, or use RedirectMatch for patterns.<\/p>\n<h2 id=\"section-5\">What are the Best Practices for Managing Redirects?<\/h2>\n<ol>\n<li><strong>Use the Correct Redirect Type<\/strong><\/li>\n<\/ol>\n<p>Always use 301 redirects for permanent changes to maintain SEO value. Use 302 or 307 redirects only for temporary moves where the original URL will return.<\/p>\n<ol start=\"2\">\n<li><strong>Avoid Redirect Chains<\/strong><\/li>\n<\/ol>\n<p>Ensure that URLs redirect directly to the final destination without multiple intermediate redirects . Redirect chains slow down page load times and dilute SEO value. If you have A \u2192 B and B \u2192 C, update the first redirect to go directly A \u2192 C.<\/p>\n<ol start=\"3\">\n<li><strong>Update Internal Links<\/strong><\/li>\n<\/ol>\n<p>Instead of relying on redirects, update internal links to point directly to new URLs. This reduces unnecessary redirects and improves site performance.<\/p>\n<ol start=\"4\">\n<li><strong>Monitor Redirects Regularly<\/strong><\/li>\n<\/ol>\n<p>Periodically review your redirects to ensure they&#8217;re functioning correctly. Use tools like Google Search Console to check for redirect issues. Plugins like Redirection provide hit counts so you can see if redirects are still needed.<\/p>\n<ol start=\"5\">\n<li><strong>Test After Implementation<\/strong><\/li>\n<\/ol>\n<p>After setting up redirects, test them thoroughly :<\/p>\n<ul>\n<li>Visit old URLs in incognito mode<\/li>\n<li>Use HTTP status checker tools to verify 301 responses<\/li>\n<li>Ensure only a single redirect hop occurs<\/li>\n<li>Check on multiple devices and browsers<\/li>\n<\/ul>\n<ol start=\"6\">\n<li><strong>Document Your Redirects<\/strong><\/li>\n<\/ol>\n<p>Keep a record of all redirects you create. This helps when troubleshooting issues or when migrating sites later.<\/p>\n<ol start=\"7\">\n<li><strong>Regular Cleanup<\/strong><\/li>\n<\/ol>\n<p>Occasionally review your redirects and remove any that are no longer needed. Too many redirects can slow down your server and become difficult to manage.<\/p>\n<h2 id=\"section-6\">Troubleshooting Common Redirect Issues<\/h2>\n<ol>\n<li><strong>Redirect Loop Detected<\/strong><\/li>\n<\/ol>\n<p>A redirect loop happens when URL A points to URL B, but URL B points back to URL A. The browser tries endlessly until showing a &#8220;too many redirects&#8221; error.<\/p>\n<p>Solution: Check your .htaccess file and plugin settings for conflicting rules. Ensure each redirect points directly to the final destination without circular references.<\/p>\n<ol start=\"2\">\n<li><strong>Redirects Not Working<\/strong><\/li>\n<\/ol>\n<p>Several factors can prevent redirects from working :<\/p>\n<ul>\n<li>mod_rewrite not enabled: Some servers require this module for .htaccess redirects. Confirm with your hosting provider.<\/li>\n<li>Browser cache: Clear your browser cache and test in incognito mode.<\/li>\n<li>File still exists: The 301 Redirects plugin cannot redirect if the old .html or .php file still exists on your server. Delete the file first.<\/li>\n<\/ul>\n<ol start=\"3\">\n<li><strong>404 Errors After Redirects<\/strong><\/li>\n<\/ol>\n<p>If visitors still see 404 errors after implementing redirects:<\/p>\n<ul>\n<li>Double-check the destination URL for typos<\/li>\n<li>Verify the target page actually exists<\/li>\n<li>Check that your redirect syntax is correct<\/li>\n<li>Ensure no other plugins are interfering<\/li>\n<\/ul>\n<ol start=\"4\">\n<li><strong>Redirects Not Getting 301 Status Code<\/strong><\/li>\n<\/ol>\n<p>If your redirects are working but returning the wrong status code:<\/p>\n<ul>\n<li>Verify your URLs are correct with proper slashes<\/li>\n<li>Check for extra spaces or invalid characters<\/li>\n<li>View the redirect by directly visiting the request URL to see if it loads correctly<\/li>\n<\/ul>\n<ol start=\"5\">\n<li><strong>Default Permalink Structure Error<\/strong><\/li>\n<\/ol>\n<ul>\n<li>The 301 Redirects plugin requires that you use anything but the default WordPress permalink structure.<\/li>\n<li>Go to Settings \u2192 Permalinks and choose a non-default option.<\/li>\n<\/ul>\n<h2 id=\"section-7\">Final Verdict<\/h2>\n<p>301 redirects are essential for maintaining your website&#8217;s health during any structural changes. They preserve hard-earned SEO value by passing link equity from old URLs to new ones, preventing frustrating 404 errors that drive visitors away. Without proper redirects, you risk losing traffic and rankings that took months or years to build.<\/p>\n<p>For most WordPress users, the Redirection plugin offers the perfect balance of ease and functionality. It handles everything from single redirects to complex bulk imports with full logging and 404 tracking\u2014all without touching code.<\/p>\n<p>For those who prefer a lighter setup, editing .htaccess files works well on Apache servers, while cPanel redirects offer a safer alternative for hosting users. Choose the method that matches your technical comfort level, but never skip this critical step when changing URLs. Your visitors and search rankings will thank you.<\/p>\n<p>Have questions before starting with WooCommerce &amp; WordPress? Get support here at <a href=\"https:\/\/www.woohelpdesk.com\/\">WooHelpDesk<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents Introduction What is 301 Redirect? What are the Benefits of 301 Redirect in WordPress? How to Create 301 Redirects in WordPress, With or Without Plugins? What are the Best Practices for Managing Redirects? Troubleshooting Common Redirect Issues Final Verdict Introduction You update your website. You change a page URL. You delete old [&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\/12081'><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%2F12081\" 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%2F12081\" 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%2F12081\" 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\/12081\" 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%2F12081&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%2F12081\" 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":12096,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-12081","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/12081","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=12081"}],"version-history":[{"count":2,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/12081\/revisions"}],"predecessor-version":[{"id":12083,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/12081\/revisions\/12083"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media\/12096"}],"wp:attachment":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media?parent=12081"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/categories?post=12081"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/tags?post=12081"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}