{"id":4349,"date":"2022-06-12T07:29:29","date_gmt":"2022-06-12T13:29:29","guid":{"rendered":"https:\/\/builders.wpengine.com\/?p=4349"},"modified":"2023-04-14T09:57:53","modified_gmt":"2023-04-14T15:57:53","slug":"block-theme-templates","status":"publish","type":"post","link":"https:\/\/wpengine.com\/builders\/block-theme-templates\/","title":{"rendered":"An Overview of Block Theme Templates"},"content":{"rendered":"\n<p>WordPress 6.0 was <a href=\"https:\/\/wordpress.org\/news\/2022\/05\/arturo\/\" target=\"_blank\" rel=\"noreferrer noopener\">recently released<\/a> and this update brings us closer to a more stable and functional Full Site Editing experience.&nbsp;<\/p>\n\n\n\n<p>At the highest level, Full Site Editing provides a collection of features that allow users to leverage the editor to build their site from header to footer.<\/p>\n\n\n\n<p>As we enter this new frontier, a unique theme style is being built, taking advantage of everything WordPress offers. For example, block themes use blocks instead of traditional page content for posts and other parts.<\/p>\n\n\n\n<p>This allows users to create layouts with ease and edit every aspect of the website using just one tool. There&#8217;s no limit placed on what kind of design element a website can have with block themes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"templates\">Templates<\/h2>\n\n\n\n<p>Similar to classic WordPress themes, block themes allow for templates to control specific page types on a website. While classic themes have traditionally required <code>.php<\/code> files, block themes utilizes <code>.html<\/code> files.<\/p>\n\n\n\n<p><strong>Note<\/strong>: If WordPress can not find an HTML template file, it will try to find a PHP file in your theme folder and use it as a fallback. (<a href=\"https:\/\/developer.wordpress.org\/themes\/basics\/template-hierarchy\/\" target=\"_blank\" rel=\"noreferrer noopener\">Template hierarchy<\/a>)<\/p>\n\n\n\n<p>Examples of files that work inside of block themes are listed below. These files should be included in a <code>\/templates\/<\/code> folder inside of a theme.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Template Hierarchy<\/h2>\n\n\n\n<p><strong>Index (index.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays posts.<\/p>\n\n\n\n<p><strong>Home (home.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays posts on the homepage, or on the Posts page if a static homepage is set.<\/p>\n\n\n\n<p><strong>Front Page (front-page.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays the homepage.<\/p>\n\n\n\n<p><strong>Singular (singular.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays a single post or page.<\/p>\n\n\n\n<p><strong>Single Post (single.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays a single post or page.<\/p>\n\n\n\n<p><strong>Page (page.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays a single page.<\/p>\n\n\n\n<p><strong>Archive (archive.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays post categories, tags, and other archives.<\/p>\n\n\n\n<p><strong>Author (author.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays latest posts written by a single author.<\/p>\n\n\n\n<p><strong>Category (category.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays latest posts in single post category.<\/p>\n\n\n\n<p><strong>Taxonomy (taxonomy.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays latest posts from a single post taxonomy.<\/p>\n\n\n\n<p><strong>Date (date.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays posts from a specific date.<\/p>\n\n\n\n<p><strong>Tag (tag.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays latest posts with a single post tag.<\/p>\n\n\n\n<p><strong>Media (media.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays individual media items or attachments.<\/p>\n\n\n\n<p><strong>Search (search.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays search results.<\/p>\n\n\n\n<p><strong>Privacy Policy (privacy-policy.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays the privacy policy page.<\/p>\n\n\n\n<p><strong>404 (404.html)<\/strong><\/p>\n\n\n\n<p class=\"is-style-no-margin\">Displays when no content is found.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Block themes allow for templates to control specific page types on a website.<\/p>\n","protected":false},"author":6,"featured_media":4362,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4349","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>An Overview of Block Theme Templates - Builders<\/title>\n<meta name=\"description\" content=\"Similar to classic WordPress themes, block themes allow for templates to control specific page types on a website.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wpengine.com\/builders\/block-theme-templates\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"An Overview of Block Theme Templates - Builders\" \/>\n<meta property=\"og:description\" content=\"Similar to classic WordPress themes, block themes allow for templates to control specific page types on a website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpengine.com\/builders\/block-theme-templates\/\" \/>\n<meta property=\"og:site_name\" content=\"Builders\" \/>\n<meta property=\"article:published_time\" content=\"2022-06-12T13:29:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-14T15:57:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/og-block-theme-templates.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Brian Gardner\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/og-block-theme-templates.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@wpebuilders\" \/>\n<meta name=\"twitter:site\" content=\"@wpebuilders\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brian Gardner\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/\"},\"author\":{\"name\":\"Brian Gardner\",\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/#\\\/schema\\\/person\\\/f582a2535c88e2c0b518703a29e82f7e\"},\"headline\":\"An Overview of Block Theme Templates\",\"datePublished\":\"2022-06-12T13:29:29+00:00\",\"dateModified\":\"2023-04-14T15:57:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/\"},\"wordCount\":362,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/wp-content\\\/uploads\\\/block-theme-templates.jpg\",\"articleSection\":[\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/\",\"url\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/\",\"name\":\"An Overview of Block Theme Templates - Builders\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/wp-content\\\/uploads\\\/block-theme-templates.jpg\",\"datePublished\":\"2022-06-12T13:29:29+00:00\",\"dateModified\":\"2023-04-14T15:57:53+00:00\",\"description\":\"Similar to classic WordPress themes, block themes allow for templates to control specific page types on a website.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/wp-content\\\/uploads\\\/block-theme-templates.jpg\",\"contentUrl\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/wp-content\\\/uploads\\\/block-theme-templates.jpg\",\"width\":1920,\"height\":1080,\"caption\":\"WordPress Block Theme Templates\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/block-theme-templates\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"An Overview of Block Theme Templates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/#website\",\"url\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/\",\"name\":\"Builders\",\"description\":\"Reimagining the way we build with WordPress.\",\"publisher\":{\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/#organization\",\"name\":\"WP Engine\",\"url\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/WP-Engine-Horizontal@2x.png\",\"contentUrl\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/WP-Engine-Horizontal@2x.png\",\"width\":348,\"height\":68,\"caption\":\"WP Engine\"},\"image\":{\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/wpebuilders\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCh1WuL54XFb9ZI6m6goFv1g\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/#\\\/schema\\\/person\\\/f582a2535c88e2c0b518703a29e82f7e\",\"name\":\"Brian Gardner\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/25b2f9f3e3426c67d76320d27da3c32e9621a542a2c1d20d1db51139421e29f4?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/25b2f9f3e3426c67d76320d27da3c32e9621a542a2c1d20d1db51139421e29f4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/25b2f9f3e3426c67d76320d27da3c32e9621a542a2c1d20d1db51139421e29f4?s=96&d=mm&r=g\",\"caption\":\"Brian Gardner\"},\"description\":\"Brian Gardner is a Principal WordPress Advocate at WP Engine. He has built on WordPress since 2006 and is the creator of Frost. Connect with him on LinkedIn and X.\",\"sameAs\":[\"https:\\\/\\\/briangardner.com\\\/\"],\"url\":\"https:\\\/\\\/wpengine.com\\\/builders\\\/author\\\/brian-gardner-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"An Overview of Block Theme Templates - Builders","description":"Similar to classic WordPress themes, block themes allow for templates to control specific page types on a website.","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:\/\/wpengine.com\/builders\/block-theme-templates\/","og_locale":"en_US","og_type":"article","og_title":"An Overview of Block Theme Templates - Builders","og_description":"Similar to classic WordPress themes, block themes allow for templates to control specific page types on a website.","og_url":"https:\/\/wpengine.com\/builders\/block-theme-templates\/","og_site_name":"Builders","article_published_time":"2022-06-12T13:29:29+00:00","article_modified_time":"2023-04-14T15:57:53+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/og-block-theme-templates.jpg","type":"image\/jpeg"}],"author":"Brian Gardner","twitter_card":"summary_large_image","twitter_image":"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/og-block-theme-templates.jpg","twitter_creator":"@wpebuilders","twitter_site":"@wpebuilders","twitter_misc":{"Written by":"Brian Gardner","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wpengine.com\/builders\/block-theme-templates\/#article","isPartOf":{"@id":"https:\/\/wpengine.com\/builders\/block-theme-templates\/"},"author":{"name":"Brian Gardner","@id":"https:\/\/wpengine.com\/builders\/#\/schema\/person\/f582a2535c88e2c0b518703a29e82f7e"},"headline":"An Overview of Block Theme Templates","datePublished":"2022-06-12T13:29:29+00:00","dateModified":"2023-04-14T15:57:53+00:00","mainEntityOfPage":{"@id":"https:\/\/wpengine.com\/builders\/block-theme-templates\/"},"wordCount":362,"commentCount":0,"publisher":{"@id":"https:\/\/wpengine.com\/builders\/#organization"},"image":{"@id":"https:\/\/wpengine.com\/builders\/block-theme-templates\/#primaryimage"},"thumbnailUrl":"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/block-theme-templates.jpg","articleSection":["WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wpengine.com\/builders\/block-theme-templates\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wpengine.com\/builders\/block-theme-templates\/","url":"https:\/\/wpengine.com\/builders\/block-theme-templates\/","name":"An Overview of Block Theme Templates - Builders","isPartOf":{"@id":"https:\/\/wpengine.com\/builders\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wpengine.com\/builders\/block-theme-templates\/#primaryimage"},"image":{"@id":"https:\/\/wpengine.com\/builders\/block-theme-templates\/#primaryimage"},"thumbnailUrl":"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/block-theme-templates.jpg","datePublished":"2022-06-12T13:29:29+00:00","dateModified":"2023-04-14T15:57:53+00:00","description":"Similar to classic WordPress themes, block themes allow for templates to control specific page types on a website.","breadcrumb":{"@id":"https:\/\/wpengine.com\/builders\/block-theme-templates\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpengine.com\/builders\/block-theme-templates\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpengine.com\/builders\/block-theme-templates\/#primaryimage","url":"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/block-theme-templates.jpg","contentUrl":"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/block-theme-templates.jpg","width":1920,"height":1080,"caption":"WordPress Block Theme Templates"},{"@type":"BreadcrumbList","@id":"https:\/\/wpengine.com\/builders\/block-theme-templates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpengine.com\/builders\/"},{"@type":"ListItem","position":2,"name":"An Overview of Block Theme Templates"}]},{"@type":"WebSite","@id":"https:\/\/wpengine.com\/builders\/#website","url":"https:\/\/wpengine.com\/builders\/","name":"Builders","description":"Reimagining the way we build with WordPress.","publisher":{"@id":"https:\/\/wpengine.com\/builders\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpengine.com\/builders\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wpengine.com\/builders\/#organization","name":"WP Engine","url":"https:\/\/wpengine.com\/builders\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpengine.com\/builders\/#\/schema\/logo\/image\/","url":"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/2024\/05\/WP-Engine-Horizontal@2x.png","contentUrl":"https:\/\/wpengine.com\/builders\/wp-content\/uploads\/2024\/05\/WP-Engine-Horizontal@2x.png","width":348,"height":68,"caption":"WP Engine"},"image":{"@id":"https:\/\/wpengine.com\/builders\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/wpebuilders","https:\/\/www.youtube.com\/channel\/UCh1WuL54XFb9ZI6m6goFv1g"]},{"@type":"Person","@id":"https:\/\/wpengine.com\/builders\/#\/schema\/person\/f582a2535c88e2c0b518703a29e82f7e","name":"Brian Gardner","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/25b2f9f3e3426c67d76320d27da3c32e9621a542a2c1d20d1db51139421e29f4?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/25b2f9f3e3426c67d76320d27da3c32e9621a542a2c1d20d1db51139421e29f4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/25b2f9f3e3426c67d76320d27da3c32e9621a542a2c1d20d1db51139421e29f4?s=96&d=mm&r=g","caption":"Brian Gardner"},"description":"Brian Gardner is a Principal WordPress Advocate at WP Engine. He has built on WordPress since 2006 and is the creator of Frost. Connect with him on LinkedIn and X.","sameAs":["https:\/\/briangardner.com\/"],"url":"https:\/\/wpengine.com\/builders\/author\/brian-gardner-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2\/"}]}},"_links":{"self":[{"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/posts\/4349","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/comments?post=4349"}],"version-history":[{"count":0,"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/posts\/4349\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/media\/4362"}],"wp:attachment":[{"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/media?parent=4349"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/categories?post=4349"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpengine.com\/builders\/wp-json\/wp\/v2\/tags?post=4349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}