{"id":794,"date":"2025-07-24T11:35:43","date_gmt":"2025-07-24T11:35:43","guid":{"rendered":"https:\/\/easyaccsoft.com\/webdesign\/?p=794"},"modified":"2025-07-24T11:39:31","modified_gmt":"2025-07-24T11:39:31","slug":"wordpress-migration","status":"publish","type":"post","link":"https:\/\/easyaccsoft.com\/webdesign\/2025\/07\/24\/wordpress-migration\/","title":{"rendered":"WordPress Migration"},"content":{"rendered":"\n<p>To move your WordPress site from <code>https:\/\/easyaccsoft.com\/kyt\/<\/code> to <code>https:\/\/kohtcm.com\/kyt\/<\/code>, you can use a migration plugin or perform a manual migration. Using a plugin is generally recommended for its simplicity.<\/p>\n\n\n\n<p>Here&#8217;s a step-by-step guide using a common migration plugin like All-in-One WP Migration or Duplicator:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Method 1: Using a WordPress Migration Plugin (Recommended)<\/h3>\n\n\n\n<p>This method automates most of the process, making it simpler and less prone to errors.<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Back Up Your Current Site:<\/strong>\n<ul class=\"wp-block-list\">\n<li>On your old WordPress site (<code>https:\/\/easyaccsoft.com\/kyt\/<\/code>), install and activate a migration plugin such as <a href=\"https:\/\/wordpress.org\/plugins\/all-in-one-wp-migration\/\" target=\"_blank\" rel=\"noreferrer noopener\">All-in-One WP Migration<\/a> or <a href=\"https:\/\/wordpress.org\/plugins\/duplicator\/\" target=\"_blank\" rel=\"noreferrer noopener\">Duplicator<\/a>.<\/li>\n\n\n\n<li>Navigate to the plugin&#8217;s export\/backup section (e.g., Duplicator &gt; Packages, or All-in-One WP Migration &gt; Export).<\/li>\n\n\n\n<li>Create a new package\/export of your entire site (files, database, themes, plugins).<\/li>\n\n\n\n<li>Download the generated archive file (usually a <code>.zip<\/code> or <code>.wpress<\/code> file) to your computer. If using Duplicator, you will also need to download the installer file (<code>installer.php<\/code>).<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Set Up New WordPress Site:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Ensure you have hosting set up for your new domain (<code>https:\/\/kohtcm.com\/kyt\/<\/code>).<\/li>\n\n\n\n<li>Install a fresh copy of WordPress on <code>https:\/\/kohtcm.com\/kyt\/<\/code>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Import Your Site to the New Domain:<\/strong>\n<ul class=\"wp-block-list\">\n<li>On your <em>new<\/em> WordPress site (<code>https:\/\/kohtcm.com\/kyt\/<\/code>), install and activate the <em>same<\/em> migration plugin you used on the old site.<\/li>\n\n\n\n<li><strong>If using All-in-One WP Migration:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Go to All-in-One WP Migration &gt; Import.<\/li>\n\n\n\n<li>Drag and drop the <code>.wpress<\/code> file you downloaded earlier, or select it from your computer.<\/li>\n\n\n\n<li>The plugin will import your entire site. Once complete, it will prompt you to update permalinks.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>If using Duplicator:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Upload both the archive <code>.zip<\/code> file and the <code>installer.php<\/code> file to the root directory of your new WordPress installation (<code>https:\/\/kohtcm.com\/kyt\/<\/code>).<\/li>\n\n\n\n<li>Open your web browser and go to <code>https:\/\/kohtcm.com\/kyt\/installer.php<\/code>.<\/li>\n\n\n\n<li>Follow the Duplicator installation wizard. It will guide you through setting up the database connection (you&#8217;ll need to create a new MySQL database and user via your hosting control panel, like cPanel, beforehand) and updating the URLs.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Update Permalinks and Clear Cache:<\/strong>\n<ul class=\"wp-block-list\">\n<li>After the migration, log in to the WordPress dashboard of your new site (<code>https:\/\/kohtcm.com\/kyt\/wp-admin<\/code>).<\/li>\n\n\n\n<li>Go to <code>Settings &gt; Permalinks<\/code> and simply click &#8220;Save Changes&#8221; (even if you don&#8217;t make any changes) to flush the permalinks and ensure all links work correctly.<\/li>\n\n\n\n<li>If you use any caching plugins, clear their cache.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Set Up 301 Redirects (Important for SEO):<\/strong>\n<ul class=\"wp-block-list\">\n<li>To ensure visitors and search engines are directed from your old domain to the new one, set up 301 redirects. You can do this via your hosting control panel, by editing the <code>.htaccess<\/code> file on your old domain, or by using a redirection plugin on your old WordPress site (before it&#8217;s completely decommissioned or if you still have access).<\/li>\n\n\n\n<li>Example <code>.htaccess<\/code> code for 301 redirect:<code># Redirect from old domain to new domain RewriteEngine On RewriteCond %{HTTP_HOST} ^easyaccsoft\\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\\.easyaccsoft\\.com$ RewriteRule (.*)$ https:\/\/kohtcm.com\/kyt\/$1 [R=301,L] <\/code>(Make sure to place this at the top of your old domain&#8217;s <code>.htaccess<\/code> file.)<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Notify Google (Optional but Recommended):<\/strong>\n<ul class=\"wp-block-list\">\n<li>If you use Google Search Console, you can notify Google about the site move to help maintain your search rankings.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Method 2: Manual Migration<\/h3>\n\n\n\n<p>This method requires more technical expertise and direct access to your server via FTP\/SFTP and your database via phpMyAdmin.<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Back Up Files (Old Site):<\/strong>\n<ul class=\"wp-block-list\">\n<li>Connect to your old site (<code>https:\/\/easyaccsoft.com\/kyt\/<\/code>) via FTP\/SFTP and download all your WordPress files (including <code>wp-content<\/code>, <code>wp-config.php<\/code>, etc.) to your local computer.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Export Database (Old Site):<\/strong>\n<ul class=\"wp-block-list\">\n<li>Access phpMyAdmin (or similar database management tool) for your old site&#8217;s database.<\/li>\n\n\n\n<li>Export your WordPress database as an <code>.sql<\/code> file.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Create New Database (New Site):<\/strong>\n<ul class=\"wp-block-list\">\n<li>On your new hosting account for <code>https:\/\/kohtcm.com\/kyt\/<\/code>, create a new MySQL database and a new user for it, assigning all privileges to the user. Note down the database name, username, and password.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Import Database (New Site):<\/strong>\n<ul class=\"wp-block-list\">\n<li>Access phpMyAdmin for your <em>new<\/em> database.<\/li>\n\n\n\n<li>Import the <code>.sql<\/code> file you exported from your old site.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Update Database URLs:<\/strong>\n<ul class=\"wp-block-list\">\n<li>In the new database (via phpMyAdmin), locate the <code>wp_options<\/code> table (the <code>wp_<\/code> prefix might be different, e.g., <code>xyz_options<\/code>).<\/li>\n\n\n\n<li>Find the <code>siteurl<\/code> and <code>home<\/code> rows.<\/li>\n\n\n\n<li>Edit the <code>option_value<\/code> for both to your new domain: <code>https:\/\/kohtcm.com\/kyt\/<\/code>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Upload Files (New Site):<\/strong>\n<ul class=\"wp-block-list\">\n<li>Connect to your new site (<code>https:\/\/kohtcm.com\/kyt\/<\/code>) via FTP\/SFTP.<\/li>\n\n\n\n<li>Upload all the WordPress files you downloaded earlier to the root directory of your new WordPress installation.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Edit <code>wp-config.php<\/code> (New Site):<\/strong>\n<ul class=\"wp-block-list\">\n<li>Open the <code>wp-config.php<\/code> file on your new site.<\/li>\n\n\n\n<li>Update the database connection details (<code>DB_NAME<\/code>, <code>DB_USER<\/code>, <code>DB_PASSWORD<\/code>, <code>DB_HOST<\/code>) to match the new database you created in step 3.<\/li>\n\n\n\n<li>(Optional but Recommended for manual method) Add these lines to <code>wp-config.php<\/code> <em>above<\/em> the <code>\/* That's all, stop editing! Happy publishing. *\/<\/code> line, replacing with your new URL:PHP<code>define('WP_HOME','https:\/\/kohtcm.com\/kyt\/'); define('WP_SITEURL','https:\/\/kohtcm.com\/kyt\/');<\/code><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Update Internal Links:<\/strong>\n<ul class=\"wp-block-list\">\n<li>After migration, many internal links within your posts, pages, and media library might still point to the old domain.<\/li>\n\n\n\n<li>Install a plugin like <a href=\"https:\/\/wordpress.org\/plugins\/better-search-replace\/\" target=\"_blank\" rel=\"noreferrer noopener\">Better Search Replace<\/a> on your <em>new<\/em> site.<\/li>\n\n\n\n<li>Use it to search for <code>https:\/\/easyaccsoft.com\/kyt<\/code> (and <code>http:\/\/easyaccsoft.com\/kyt<\/code>) and replace it with <code>https:\/\/kohtcm.com\/kyt\/<\/code>. Do a &#8220;dry run&#8221; first before applying changes.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Set Up 301 Redirects:<\/strong> (Refer to Step 5 in the plugin method).<\/li>\n<\/ol>\n\n\n\n<p>Choose the method that you are most comfortable with. Using a plugin is generally less complex and faster for most users.<\/p>\n\n\n\n<p>chatgpt<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>To move your WordPress site from <strong>easyaccsoft.com\/kyt\/<\/strong> to <strong>kohtcm.com\/kyt\/<\/strong>, here\u2019s a clear, step-by-step plan:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd01 Step 1: Prep &amp; Backup<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Backup the entire site<\/strong> \u2013 both files and the database. Use a plugin like <strong>Duplicator<\/strong> or make manual backups via your hosting\u2019s control panel (<a href=\"https:\/\/www.wpbeginner.com\/wp-tutorials\/how-to-properly-move-wordpress-to-a-new-domain-without-losing-seo\/?utm_source=chatgpt.com\">WPBeginner<\/a>).<\/li>\n\n\n\n<li>Ensure <strong>kohtcm.com<\/strong> is correctly registered and pointing to your hosting with SSL enabled (<a href=\"https:\/\/pagely.com\/blog\/a-guide-to-migrating-your-wordpress-site-to-a-new-domain\/?utm_source=chatgpt.com\">Pagely<\/a>, <a href=\"https:\/\/wpcrux.com\/blog\/how-to-move-wordpress-to-a-new-domain?utm_source=chatgpt.com\">WPCrux &#8211; Cool WordPress Resources<\/a>).<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">2. Copy Files &amp; Database<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>If staying on same server<\/strong>: Simply copy the <code>\/kyt\/<\/code> WordPress folder from easyaccsoft to kohtcm.<\/li>\n\n\n\n<li><strong>If switching hosts<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Export database (e.g., via phpMyAdmin).<\/li>\n\n\n\n<li>Import it into a new database created for kohtcm (<a href=\"https:\/\/pagely.com\/blog\/a-guide-to-migrating-your-wordpress-site-to-a-new-domain\/?utm_source=chatgpt.com\">Pagely<\/a>).<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">3. Update Configuration<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>In <code>wp-config.php<\/code> on kohtcm, update DB credentials if needed.<\/li>\n\n\n\n<li>Run a search-and-replace tool (e.g., WP-CLI, Better Search Replace plugin, or via SQL) to update URLs: <code>https:\/\/easyaccsoft.com\/kyt \u2192 https:\/\/kohtcm.com\/kyt<\/code> This updates all media links, internal links, serialized data, etc. (<a href=\"https:\/\/wpslimseo.com\/migrate-wordpress-to-new-domain\/?utm_source=chatgpt.com\">Slim SEO<\/a>, <a href=\"https:\/\/codecraftwp.com\/migrate-wordpress-site-to-new-domain\/?utm_source=chatgpt.com\">CodeCraftWP<\/a>).<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">4. Set Up 301 Redirects<\/h2>\n\n\n\n<p>To direct traffic and preserve SEO from the old URLs, add this to the <code>.htaccess<\/code> in the old domain\u2019s <code>\/kyt\/<\/code> folder:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>RewriteEngine On\nRewriteCond %{HTTP_HOST} ^(www\\.)?easyaccsoft\\.com$ &#91;NC]\nRewriteRule ^kyt\/(.*)$ https:\/\/kohtcm.com\/kyt\/$1 &#91;R=301,L]\n<\/code><\/pre>\n\n\n\n<p>This ensures any link to easyaccsoft\/kyt will automatically redirect to kohtcm\/kyt (<a href=\"https:\/\/wpslimseo.com\/migrate-wordpress-to-new-domain\/?utm_source=chatgpt.com\">Slim SEO<\/a>).<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">5. Clear Cache &amp; Test<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Clear any caching plugins and server-side caches.<\/li>\n\n\n\n<li>Visit multiple pages on kohtcm to check everything loads properly: pages, media, links, admin backend.<\/li>\n\n\n\n<li>Test some old URLs to confirm they redirect correctly to their new counterparts.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">6. Notify Search Engines &amp; Users<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Google Search Console<\/strong> \u2013 Switch your property to <strong>kohtcm.com<\/strong>, then use \u201cChange of Address\u201d tool or submit a new sitemap (<a href=\"https:\/\/www.isitwp.com\/move-wordpress-to-new-domain-name\/?utm_source=chatgpt.com\">IsItWP &#8211; Free WordPress Theme Detector<\/a>).<\/li>\n\n\n\n<li>Optional: Place a banner or blog post on old site announcing the move.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 Quick Summary Table<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Step<\/th><th>Task<\/th><\/tr><\/thead><tbody><tr><td>1<\/td><td>Backup files &amp; database<\/td><\/tr><tr><td>2<\/td><td>Copy\/import site to <strong>kohtcm.com\/kyt\/<\/strong><\/td><\/tr><tr><td>3<\/td><td>Update database URLs and <code>wp-config.php<\/code><\/td><\/tr><tr><td>4<\/td><td>Redirect old URLs with 301 via <code>.htaccess<\/code><\/td><\/tr><tr><td>5<\/td><td>Clear cache, test functionality &amp; redirects<\/td><\/tr><tr><td>6<\/td><td>Notify Google and optionally your users<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Following this approach will help you successfully move the WordPress site while <strong>preserving SEO and visitor access<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>If you&#8217;d like, I can also recommend specific migration plugins, provide the exact <code>.htaccess<\/code> snippet\u2014or walk you through using Duplicator. Just say the word!<\/p>\n\n\n\n<p>deepseek<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Moving WordPress from easyaccsoft.com\/kyt to kohtcm.com\/kyt<\/h1>\n\n\n\n<p>Here&#8217;s a step-by-step guide to migrate your WordPress site:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Before You Begin<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Backup both your WordPress files and database from the current site<\/li>\n\n\n\n<li>Ensure you have access to both hosting accounts<\/li>\n\n\n\n<li>Have FTP\/SFTP credentials for both sites<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Migration Steps<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Backup Current Site<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use a plugin like All-in-One WP Migration, Duplicator, or UpdraftPlus<\/li>\n\n\n\n<li>Or manually:<\/li>\n\n\n\n<li>Export database via phpMyAdmin<\/li>\n\n\n\n<li>Download all files via FTP<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. Set Up New Location<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create the \/kyt\/ directory on kohtcm.com<\/li>\n\n\n\n<li>Install WordPress (same version) if not already installed<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">3. Transfer Files<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Upload all files from old site to new location<\/li>\n\n\n\n<li>Exclude wp-config.php (you&#8217;ll create a new one)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">4. Database Migration<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create new database on kohtcm.com<\/li>\n\n\n\n<li>Import your backup database<\/li>\n\n\n\n<li>Update wp-config.php with new database credentials<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">5. Update URLs<\/h3>\n\n\n\n<p>Run these SQL queries (via phpMyAdmin):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>UPDATE wp_options SET option_value = replace(option_value, 'https:\/\/easyaccsoft.com\/kyt', 'https:\/\/kohtcm.com\/kyt') WHERE option_name = 'home' OR option_name = 'siteurl';\n\nUPDATE wp_posts SET post_content = replace(post_content, 'https:\/\/easyaccsoft.com\/kyt', 'https:\/\/kohtcm.com\/kyt');\n\nUPDATE wp_postmeta SET meta_value = replace(meta_value, 'https:\/\/easyaccsoft.com\/kyt', 'https:\/\/kohtcm.com\/kyt');<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">6. Test the New Site<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Visit https:\/\/kohtcm.com\/kyt<\/li>\n\n\n\n<li>Check all links, images, and functionality<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">7. Final Steps<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set up redirects from old site if needed<\/li>\n\n\n\n<li>Update any hardcoded URLs in theme files<\/li>\n\n\n\n<li>Clear caches on both sites<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Alternative: Using a Plugin<\/h2>\n\n\n\n<p>For simpler migration, consider using:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>All-in-One WP Migration<\/li>\n\n\n\n<li>Duplicator<\/li>\n\n\n\n<li>WP Migrate DB<\/li>\n<\/ol>\n\n\n\n<p>These plugins can automate much of the process while handling URL replacements.<\/p>\n\n\n\n<p>Would you like more detailed instructions for any specific part of this migration process?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To move your WordPress site from https:\/\/easyaccsoft.com\/kyt\/ to https:\/\/kohtcm.com\/kyt\/, you can use a migration plugin or perform a manual migration. Using a plugin is generally recommended for its simplicity. Here&#8217;s a step-by-step guide using a common migration plugin like All-in-One WP Migration or Duplicator: Method 1: Using a WordPress Migration Plugin (Recommended) This method automates [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-794","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/posts\/794","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/comments?post=794"}],"version-history":[{"count":3,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/posts\/794\/revisions"}],"predecessor-version":[{"id":797,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/posts\/794\/revisions\/797"}],"wp:attachment":[{"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/media?parent=794"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/categories?post=794"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/tags?post=794"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}