{"id":3476,"date":"2022-09-21T20:37:58","date_gmt":"2022-09-21T15:37:58","guid":{"rendered":"https:\/\/www.edopedia.com\/blog\/?p=3476"},"modified":"2022-09-21T20:38:01","modified_gmt":"2022-09-21T15:38:01","slug":"how-to-make-wordpress-admin-login-page-clone-in-html5-css3","status":"publish","type":"post","link":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/","title":{"rendered":"How to Make WordPress Admin Login Page Clone in HTML5 &#038; CSS3"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">index.html<\/h2>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text\/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:true,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;HTML&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;html&quot;}\">&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;en&quot;&gt;\n\n&lt;head&gt;\n    &lt;meta charset=&quot;UTF-8&quot;&gt;\n    &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot;&gt;\n    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n    &lt;title&gt;Document&lt;\/title&gt;\n&lt;\/head&gt;\n&lt;link href=&quot;https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;\n&lt;style&gt;\n    *,\n    *:after,\n    *:before {\n        box-sizing: border-box;\n    }\n\n    :root {\n        --primary-text-color: #043959;\n        --primary-color: #3071cd;\n        --secondary-color: #2e69cb;\n    }\n\n    :focus {\n        outline: 0.125rem solid var(--primary-color);\n        outline-offset: 0.125rem;\n    }\n\n    body {\n        font-family: &quot;Inter&quot;, sans-serif;\n        color: var(--primary-text-color);\n        line-height: 1.5;\n        font-size: 1em;\n    }\n\n    input,\n    button {\n        font: inherit;\n        border-radius: 0;\n        border: 0;\n        background-color: transparent;\n        box-shadow: none;\n    }\n\n    .container {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        min-height: 100vh;\n        background-image: linear-gradient(135deg, #52e5e7 5%, #130cb7 100%);\n    }\n\n    .panel {\n        background-color: #fff;\n        max-width: 34rem;\n        display: flex;\n        flex-direction: column;\n        padding: 4rem 3rem;\n        border-radius: 0.5rem;\n        box-shadow: 0.75rem 0.75rem 1.75rem 0 rgba(0, 0, 0, .25);\n    }\n\n    .panel-header {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-direction: column;\n    }\n\n    .panel-header-logo {\n        width: 5rem;\n        height: 5rem;\n    }\n\n    .panel-header-logo svg {\n        max-width: 100%;\n        max-height: 100%;\n    }\n\n    .panel-header-title {\n        margin-top: 1.5rem;\n        font-size: 1.75rem;\n        font-weight: 700;\n    }\n\n    .panel-header-info {\n        margin-top: 1rem;\n        text-align: center;\n    }\n\n    .link {\n        text-decoration: none;\n        color: var(--primary-color);\n        border-bottom: 0.0625rem solid;\n    }\n\n    .link:hover {\n        color: var(--secondary-color);\n    }\n\n    .form {\n        margin-top: 2rem;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .input {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .input+.input {\n        margin-top: 1.5rem;\n    }\n\n    .input-label {\n        font-weight: 600;\n    }\n\n    .input-field {\n        margin-top: 0.25rem;\n        border: 0.0625rem solid #999;\n    }\n\n    .input-submit {\n        padding: 1rem;\n        background-color: var(--primary-color);\n        color: #fff;\n    }\n\n    .input-submit:hover {\n        background-color: var(--secondary-color);\n    }\n\n    .input-field,\n    .input-submit {\n        padding: 0.5rem 0.75rem;\n        min-height: 3rem;\n    }\n\n    .panel-footer {\n        display: flex;\n        justify-content: center;\n        margin-top: 1.5rem;\n    }\n\n    .panel-footer-info {\n        text-align: center;\n    }\n&lt;\/style&gt;\n\n&lt;body&gt;\n    &lt;div class=&quot;container&quot;&gt;\n        &lt;div class=&quot;panel&quot;&gt;\n            &lt;div class=&quot;panel-header&quot;&gt;\n                &lt;div class=&quot;panel-header-logo&quot;&gt;\n                    &lt;svg xmlns:rdf=&quot;http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#&quot; xmlns=&quot;http:\/\/www.w3.org\/2000\/svg&quot;\n                        fill-rule=&quot;evenodd&quot; xml:space=&quot;preserve&quot; height=&quot;500&quot; width=&quot;500&quot; version=&quot;1.0&quot;\n                        viewBox=&quot;0 0 5.5555557 5.5555555&quot;&gt;\n                        &lt;g transform=&quot;matrix(1.0755 0 0 1.0755 -3.5103 -1.6684)&quot;&gt;\n                            &lt;path fill=&quot;#3071cd&quot;\n                                d=&quot;m5.8465 1.9131c0.57932 0 1.1068 0.222 1.5022 0.58547-0.1938-0.0052-0.3872 0.11-0.3952 0.3738-0.0163 0.5333 0.6377 0.6469 0.2853 1.7196l-0.2915 0.8873-0.7939-2.3386c-0.0123-0.0362 0.002-0.0568 0.0465-0.0568h0.22445c0.011665 0 0.021201-0.00996 0.021201-0.022158v-0.13294c0-0.012193-0.00956-0.022657-0.021201-0.022153-0.42505 0.018587-0.8476 0.018713-1.2676 0-0.0117-0.0005-0.0212 0.01-0.0212 0.0222v0.13294c0 0.012185 0.00954 0.022158 0.021201 0.022158h0.22568c0.050201 0 0.064256 0.016728 0.076091 0.049087l0.3262 0.8921-0.4907 1.4817-0.8066-2.3758c-0.01-0.0298 0.0021-0.0471 0.0308-0.0471h0.25715c0.011661 0 0.021197-0.00996 0.021197-0.022158v-0.13294c0-0.012193-0.00957-0.022764-0.021197-0.022153-0.2698 0.014331-0.54063 0.017213-0.79291 0.019803 0.39589-0.60984 1.0828-1.0134 1.8639-1.0134l-0.0000029-0.0000062zm1.9532 1.1633c0.17065 0.31441 0.26755 0.67464 0.26755 1.0574 0 0.84005-0.46675 1.5712-1.1549 1.9486l0.6926-1.9617c0.1073-0.3036 0.2069-0.7139 0.1947-1.0443h-0.000004zm-1.2097 3.1504c-0.2325 0.0827-0.4827 0.1278-0.7435 0.1278-0.2247 0-0.4415-0.0335-0.6459-0.0955l0.68415-1.9606 0.70524 1.9284v-1e-7zm-1.6938-0.0854c-0.75101-0.35617-1.2705-1.1213-1.2705-2.0075 0-0.32852 0.071465-0.64038 0.19955-0.92096l1.071 2.9285 0.000003-0.000003zm0.95023-4.4367c1.3413 0 2.4291 1.0878 2.4291 2.4291s-1.0878 2.4291-2.4291 2.4291-2.4291-1.0878-2.4291-2.4291 1.0878-2.4291 2.4291-2.4291zm0-0.15354c1.4261 0 2.5827 1.1566 2.5827 2.5827s-1.1566 2.5827-2.5827 2.5827-2.5827-1.1566-2.5827-2.5827 1.1566-2.5827 2.5827-2.5827z&quot; \/&gt;\n                        &lt;\/g&gt;\n                    &lt;\/svg&gt;\n                &lt;\/div&gt;\n                &lt;h1 class=&quot;panel-header-title&quot;&gt;Sign in\n                    &lt;h1 \/&gt;\n                    &lt;p class=&quot;panel-header-info&quot;&gt;Don't have a WordPress account? &lt;a href=&quot;#&quot; class=&quot;link&quot;&gt;Create an\n                            account&lt;\/a&gt;&lt;\/p&gt;\n            &lt;\/div&gt;\n            &lt;form class=&quot;form&quot; action=&quot;javascript:void(0);&quot;&gt;\n                &lt;div class=&quot;input&quot;&gt;\n                    &lt;label class=&quot;input-label&quot;&gt;E-mail&lt;\/label&gt;\n                    &lt;input type=&quot;email&quot; class=&quot;input-field&quot; \/&gt;\n                &lt;\/div&gt;\n                &lt;div class=&quot;input&quot;&gt;\n                    &lt;label class=&quot;input-label&quot;&gt;Password&lt;\/label&gt;\n                    &lt;input type=&quot;password&quot; class=&quot;input-field&quot; \/&gt;\n                &lt;\/div&gt;\n                &lt;div class=&quot;input&quot;&gt;\n                    &lt;button class=&quot;input-submit&quot;&gt;Sign in&lt;\/button&gt;\n                &lt;\/div&gt;\n            &lt;\/form&gt;\n            &lt;div class=&quot;panel-footer&quot;&gt;\n                &lt;p class=&quot;panel-footer-info&quot;&gt;Forgot your username or password? &lt;a href=&quot;#&quot; class=&quot;link&quot;&gt;Restore\n                        account&lt;\/a&gt;&lt;\/p&gt;\n            &lt;\/div&gt;\n        &lt;\/div&gt;\n    &lt;\/div&gt;\n&lt;\/body&gt;\n\n&lt;\/html&gt;<\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Screenshot of WordPress Admin Login Page Clone in HTML5 &amp; CSS3<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"603\" src=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/09\/wordpress_admin_login_clone-1024x603.jpg\" alt=\"WordPress Admin Login Page Clone in HTML5 &amp; CSS3\" class=\"wp-image-3477\" srcset=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/09\/wordpress_admin_login_clone-1024x603.jpg 1024w, https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/09\/wordpress_admin_login_clone-300x177.jpg 300w, https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/09\/wordpress_admin_login_clone-768x453.jpg 768w, https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/09\/wordpress_admin_login_clone.jpg 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption>WordPress Admin Login Page Clone in HTML5 &amp; CSS3<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>index.html Screenshot of WordPress Admin Login Page Clone in HTML5 &amp; CSS3<\/p>\n","protected":false},"author":1,"featured_media":1762,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[112],"tags":[],"class_list":["post-3476","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Make WordPress Admin Login Page Clone in HTML5 &amp; CSS3<\/title>\n<meta name=\"description\" content=\"index.html &lt;!DOCTYPE html&gt; &lt;html lang=&quot;en&quot;&gt; &lt;head&gt; &lt;meta charset=&quot;UTF-8&quot;&gt; &lt;meta\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Make WordPress Admin Login Page Clone in HTML5 &amp; CSS3\" \/>\n<meta property=\"og:description\" content=\"index.html &lt;!DOCTYPE html&gt; &lt;html lang=&quot;en&quot;&gt; &lt;head&gt; &lt;meta charset=&quot;UTF-8&quot;&gt; &lt;meta\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/\" \/>\n<meta property=\"og:site_name\" content=\"Edopedia\" \/>\n<meta property=\"article:author\" content=\"trulyfurqan\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-21T15:37:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-21T15:38:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/09\/wordpress_admin_login_clone-1024x603.jpg\" \/>\n<meta name=\"author\" content=\"Furqan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Furqan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Make WordPress Admin Login Page Clone in HTML5 & CSS3","description":"index.html &lt;!DOCTYPE html&gt; &lt;html lang=&quot;en&quot;&gt; &lt;head&gt; &lt;meta charset=&quot;UTF-8&quot;&gt; &lt;meta","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/","og_locale":"en_US","og_type":"article","og_title":"How to Make WordPress Admin Login Page Clone in HTML5 & CSS3","og_description":"index.html &lt;!DOCTYPE html&gt; &lt;html lang=&quot;en&quot;&gt; &lt;head&gt; &lt;meta charset=&quot;UTF-8&quot;&gt; &lt;meta","og_url":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/","og_site_name":"Edopedia","article_author":"trulyfurqan","article_published_time":"2022-09-21T15:37:58+00:00","article_modified_time":"2022-09-21T15:38:01+00:00","og_image":[{"url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/09\/wordpress_admin_login_clone-1024x603.jpg","type":"","width":"","height":""}],"author":"Furqan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Furqan","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/#article","isPartOf":{"@id":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/"},"author":{"name":"Furqan","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/3951cb19e3aa56df09e408c98aa02339"},"headline":"How to Make WordPress Admin Login Page Clone in HTML5 &#038; CSS3","datePublished":"2022-09-21T15:37:58+00:00","dateModified":"2022-09-21T15:38:01+00:00","mainEntityOfPage":{"@id":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/"},"wordCount":33,"commentCount":0,"publisher":{"@id":"https:\/\/www.edopedia.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/#primaryimage"},"thumbnailUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/","url":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/","name":"How to Make WordPress Admin Login Page Clone in HTML5 & CSS3","isPartOf":{"@id":"https:\/\/www.edopedia.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/#primaryimage"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/#primaryimage"},"thumbnailUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","datePublished":"2022-09-21T15:37:58+00:00","dateModified":"2022-09-21T15:38:01+00:00","description":"index.html &lt;!DOCTYPE html&gt; &lt;html lang=&quot;en&quot;&gt; &lt;head&gt; &lt;meta charset=&quot;UTF-8&quot;&gt; &lt;meta","breadcrumb":{"@id":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/#primaryimage","url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","contentUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/02\/default_featured_image.jpg","width":880,"height":495,"caption":"Default Featured Image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.edopedia.com\/blog\/how-to-make-wordpress-admin-login-page-clone-in-html5-css3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.edopedia.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Make WordPress Admin Login Page Clone in HTML5 &#038; CSS3"}]},{"@type":"WebSite","@id":"https:\/\/www.edopedia.com\/blog\/#website","url":"https:\/\/www.edopedia.com\/blog\/","name":"Edopedia","description":"Coding\/Programming Blog","publisher":{"@id":"https:\/\/www.edopedia.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.edopedia.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.edopedia.com\/blog\/#organization","name":"Edopedia","url":"https:\/\/www.edopedia.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2017\/10\/edopedia_icon_text_10.jpg","contentUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2017\/10\/edopedia_icon_text_10.jpg","width":400,"height":100,"caption":"Edopedia"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/3951cb19e3aa56df09e408c98aa02339","name":"Furqan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e5e68aef3ad8f0b83d56f4953c512c8e57bd2e6dc64daec33b5d0495d9058f51?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e5e68aef3ad8f0b83d56f4953c512c8e57bd2e6dc64daec33b5d0495d9058f51?s=96&d=mm&r=g","caption":"Furqan"},"description":"Well. I've been working for the past three years as a web designer and developer. I have successfully created websites for small to medium sized companies as part of my freelance career. During that time I've also completed my bachelor's in Information Technology.","sameAs":["http:\/\/www.edopedia.com\/blog\/","trulyfurqan"],"url":"https:\/\/www.edopedia.com\/blog\/author\/furqan\/"}]}},"_links":{"self":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/3476","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/comments?post=3476"}],"version-history":[{"count":1,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/3476\/revisions"}],"predecessor-version":[{"id":3478,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/3476\/revisions\/3478"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/media\/1762"}],"wp:attachment":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/media?parent=3476"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/categories?post=3476"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/tags?post=3476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}