{"id":61497,"date":"2021-06-29T17:18:05","date_gmt":"2021-06-29T17:18:05","guid":{"rendered":"https:\/\/blog.glaciermediadigital.ca\/?p=61497"},"modified":"2022-03-21T02:28:29","modified_gmt":"2022-03-21T02:28:29","slug":"what-are-custom-post-types-taxonomies","status":"publish","type":"post","link":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/","title":{"rendered":"What are Custom Post Types &#038; Taxonomies?"},"content":{"rendered":"<p><b><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-61498 \" src=\"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-CPT-hero.jpg\" alt=\"\" width=\"758\" height=\"397\" srcset=\"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-CPT-hero.jpg 1024w, https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-CPT-hero-300x157.jpg 300w, https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-CPT-hero-768x402.jpg 768w\" sizes=\"auto, (max-width: 758px) 100vw, 758px\" \/><\/b><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">WordPress began as a simple blogging platform, but over time it has exploded into a powerful content management system that is responsible for a large chunk of websites existing today. Part of the reason for this success is because WordPress implemented custom post types (CPT), allowing developers to create more complex websites while maintaining organization and easy to navigate structures. <strong>This makes data entry easier for <\/strong><\/span><strong>editors and web administrators.<\/strong><\/p>\n<h3><b>So what exactly are custom post types?<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">WordPress uses post types to divide different types of content. For instance, every WordPress site usually has a standard blog called \u201cPosts\u201d which is a post type, along with \u201cPages\u201d and \u201cAttachments\u201d and a few others. For a site that has more <\/span><span style=\"font-weight: 400;\">content and needs more complex structures, you can create custom post types (CPT).\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">To put it simply, custom post types are just like regular post types, only with a different value set in the database which you can customize to your specifications.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">To create a CPT as a developer, you could go the more complex coding route (there are many tutorials online) and make changes in the file structure and database, or with plugins like CPT UI, they can be made quick and easy with no in-depth coding required. <\/span><span style=\"font-weight: 400;\">Once a CPT is added, it creates a new item on the back-end menu, with the name, icon, and even the menu position you created for it.<\/span><\/p>\n<figure id=\"attachment_61505\" aria-describedby=\"caption-attachment-61505\" style=\"width: 921px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-61505 size-full\" src=\"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/awards-custom-post-type.png\" alt=\"Custom Post Types as they appear in the back end menu.\" width=\"921\" height=\"383\" srcset=\"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/awards-custom-post-type.png 921w, https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/awards-custom-post-type-300x125.png 300w, https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/awards-custom-post-type-768x319.png 768w\" sizes=\"auto, (max-width: 921px) 100vw, 921px\" \/><figcaption id=\"caption-attachment-61505\" class=\"wp-caption-text\">An &#8220;Awards&#8221; CPT as it appears in the back-end on a site.<\/figcaption><\/figure>\n<h3><b>Why are CPTs useful and how do we use them?<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">CPTs are useful for organizing and categorizing repetitive content. For example, if you had a site that recommends books, movies, and tv shows &#8211; each of these categories could be a new custom post type. You could also use custom post types to categorize anything else such as team members, products\/services, partners, or case studies, and implement these post types in a variety of ways.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Depending on the needs of your site, you can create a custom template to change the look and feel of your CPTs. Each CPT could potentially have a completely different look and function on the front-end of your site.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">By default your CPT, could be accessed by going to a url like: websitename.com\/cpt-name where it will display an archive of all your custom post content, just like a regular blog post archive. Alternatively, you could customize that archive template to function the way you need it to, or implement CPTs on different sections of your site. For example, on your \u201cAbout Us\u201d page, you could have a carousel that displays the content from a Partners CPT (such as logo, name, website link)<\/span><\/p>\n<figure id=\"attachment_61506\" aria-describedby=\"caption-attachment-61506\" style=\"width: 908px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-61506 \" src=\"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Awards-Section-on-front-end-1024x330.png\" alt=\"Awards CPT\" width=\"908\" height=\"293\" srcset=\"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Awards-Section-on-front-end-1024x330.png 1024w, https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Awards-Section-on-front-end-300x97.png 300w, https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Awards-Section-on-front-end-768x248.png 768w, https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Awards-Section-on-front-end.png 1060w\" sizes=\"auto, (max-width: 908px) 100vw, 908px\" \/><figcaption id=\"caption-attachment-61506\" class=\"wp-caption-text\">&#8220;Awards&#8221; CPT as it appears in the front-end.<\/figcaption><\/figure>\n<h3><b>Custom Post Type organization with taxonomies.<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Just like regular posts, within these custom post types, you can also create custom taxonomies. By default, WordPress has two taxonomies: \u201cCategories\u201d and \u201cTags\u201d. These taxonomies make it easier to connect related content within your posts using common groups, making organization for your users (and yourself) easier.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Your \u201cBooks\u201d CPT could have taxonomies like \u201cGenre\u201d or \u201cAuthor\u201d. Alternatively, if you created a more general CPT like \u201cProducts\u201d, you could categorize it by adding taxonomies like \u201cProduct type\u201d, \u201cBrand\u201d, or \u201cUses\u201d.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Within each of those taxonomies, you can separate content into groups called \u201cTerms\u201d (think of them like sub-categories, within the taxonomy category). Using our \u201cBook\u201d CPT example, under the \u201cGenre\u201d taxonomy, you can have the terms like \u201cHorror\u201d, \u201cSci-fi\u201d, \u201cBiography\u201d,\u201dHistory\u201d etc, and select which category each of your books falls into. In this case, you could use this categorization to create an incredibly user-friendly navigation system on the front end of your site. If your user wants to find all the horror sci-fi books, created by *insert-author-name-here*, they could easily narrow things down and find what they\u2019re looking for.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">You can create as many taxonomies as you feel your CPT needs. A single content post could use many taxonomies relating to many terms, therefore, making your organization and possible search function much more advanced.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">On a more complex custom site, you could also extend the functionality of a taxonomy by creating a taxonomy specific template. For example, books under the \u201cBiography\u201d category, might need a section on its page that recommends movies based on the biography, whereas a \u201cSelf Help\u201d category probably wouldn\u2019t need that function.<\/span><\/p>\n<h3><b>Conclusion<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">In conclusion, custom post types and taxonomies can be as simple or complicated as you need them to be. Creating and utilizing Custom Post Types and taxonomies can help organize and bring your website to an advanced level and are necessary for content-heavy and complex sites. This was a short introduction into custom post types and what you can do with them, but the possibilities are endless.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Does your website need CPT? At GMD, we have a skilled team of specialists that can help your website structure become more efficient and easy to manage. <\/span><a href=\"https:\/\/www.glaciermediadigital.ca\/contact-us\/\"><span style=\"font-weight: 400;\">Click here<\/span><\/a><span style=\"font-weight: 400;\"> to get in touch with one of our experts when you\u2019re ready to get more done.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress is a  powerful content management system responsible for a large chunk of websites existing today. Part of the reason for this success is the implementation of custom post types (CPT).<\/p>\n","protected":false},"author":13,"featured_media":62142,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[65,156,217],"tags":[82,93,168,205,218,226],"class_list":["post-61497","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-search-data","category-websites","category-content","tag-website","tag-content","tag-web-development","tag-content-strategy","tag-webdesign","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What are custom post types CPT<\/title>\n<meta name=\"description\" content=\"Custom post types and taxonomies make WordPress more efficient\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What are custom post types CPT\" \/>\n<meta property=\"og:description\" content=\"Custom post types and taxonomies make WordPress more efficient\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-29T17:18:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-21T02:28:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-custom-post-types.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Glacier Media\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Glacier Media\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/\"},\"author\":{\"name\":\"Glacier Media\",\"@id\":\"https:\/\/blog.lodestardigital.ca\/#\/schema\/person\/cf060f34beff5b459e02e7e731cc80e7\"},\"headline\":\"What are Custom Post Types &#038; Taxonomies?\",\"datePublished\":\"2021-06-29T17:18:05+00:00\",\"dateModified\":\"2022-03-21T02:28:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/\"},\"wordCount\":865,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-custom-post-types.png\",\"keywords\":[\"website\",\"content\",\"Web Development\",\"Content Strategy\",\"Webdesign\",\"wordpress\"],\"articleSection\":[\"Search &amp; Data\",\"websites\",\"Content\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/\",\"url\":\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/\",\"name\":\"What are custom post types CPT\",\"isPartOf\":{\"@id\":\"https:\/\/blog.lodestardigital.ca\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-custom-post-types.png\",\"datePublished\":\"2021-06-29T17:18:05+00:00\",\"dateModified\":\"2022-03-21T02:28:29+00:00\",\"author\":{\"@id\":\"https:\/\/blog.lodestardigital.ca\/#\/schema\/person\/cf060f34beff5b459e02e7e731cc80e7\"},\"description\":\"Custom post types and taxonomies make WordPress more efficient\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#primaryimage\",\"url\":\"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-custom-post-types.png\",\"contentUrl\":\"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-custom-post-types.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.lodestardigital.ca\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What are Custom Post Types &#038; Taxonomies?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.lodestardigital.ca\/#website\",\"url\":\"https:\/\/blog.lodestardigital.ca\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.lodestardigital.ca\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.lodestardigital.ca\/#\/schema\/person\/cf060f34beff5b459e02e7e731cc80e7\",\"name\":\"Glacier Media\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.lodestardigital.ca\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/71173b2fa56c2efb47938ab1a2c8bfa0c2670da463b7677d2d79a5753dcc45ca?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/71173b2fa56c2efb47938ab1a2c8bfa0c2670da463b7677d2d79a5753dcc45ca?s=96&d=mm&r=g\",\"caption\":\"Glacier Media\"},\"url\":\"https:\/\/blog.lodestardigital.ca\/index.php\/author\/glacier-media-digital\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What are custom post types CPT","description":"Custom post types and taxonomies make WordPress more efficient","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:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/","og_locale":"en_US","og_type":"article","og_title":"What are custom post types CPT","og_description":"Custom post types and taxonomies make WordPress more efficient","og_url":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/","article_published_time":"2021-06-29T17:18:05+00:00","article_modified_time":"2022-03-21T02:28:29+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-custom-post-types.png","type":"image\/png"}],"author":"Glacier Media","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Glacier Media","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#article","isPartOf":{"@id":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/"},"author":{"name":"Glacier Media","@id":"https:\/\/blog.lodestardigital.ca\/#\/schema\/person\/cf060f34beff5b459e02e7e731cc80e7"},"headline":"What are Custom Post Types &#038; Taxonomies?","datePublished":"2021-06-29T17:18:05+00:00","dateModified":"2022-03-21T02:28:29+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/"},"wordCount":865,"commentCount":0,"image":{"@id":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-custom-post-types.png","keywords":["website","content","Web Development","Content Strategy","Webdesign","wordpress"],"articleSection":["Search &amp; Data","websites","Content"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/","url":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/","name":"What are custom post types CPT","isPartOf":{"@id":"https:\/\/blog.lodestardigital.ca\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#primaryimage"},"image":{"@id":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-custom-post-types.png","datePublished":"2021-06-29T17:18:05+00:00","dateModified":"2022-03-21T02:28:29+00:00","author":{"@id":"https:\/\/blog.lodestardigital.ca\/#\/schema\/person\/cf060f34beff5b459e02e7e731cc80e7"},"description":"Custom post types and taxonomies make WordPress more efficient","breadcrumb":{"@id":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#primaryimage","url":"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-custom-post-types.png","contentUrl":"https:\/\/blog.lodestardigital.ca\/wp-content\/uploads\/2021\/06\/Blog-custom-post-types.png","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/blog.lodestardigital.ca\/index.php\/2021\/06\/29\/what-are-custom-post-types-taxonomies\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.lodestardigital.ca\/"},{"@type":"ListItem","position":2,"name":"What are Custom Post Types &#038; Taxonomies?"}]},{"@type":"WebSite","@id":"https:\/\/blog.lodestardigital.ca\/#website","url":"https:\/\/blog.lodestardigital.ca\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.lodestardigital.ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blog.lodestardigital.ca\/#\/schema\/person\/cf060f34beff5b459e02e7e731cc80e7","name":"Glacier Media","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.lodestardigital.ca\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/71173b2fa56c2efb47938ab1a2c8bfa0c2670da463b7677d2d79a5753dcc45ca?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/71173b2fa56c2efb47938ab1a2c8bfa0c2670da463b7677d2d79a5753dcc45ca?s=96&d=mm&r=g","caption":"Glacier Media"},"url":"https:\/\/blog.lodestardigital.ca\/index.php\/author\/glacier-media-digital\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/blog.lodestardigital.ca\/index.php\/wp-json\/wp\/v2\/posts\/61497","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.lodestardigital.ca\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.lodestardigital.ca\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.lodestardigital.ca\/index.php\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.lodestardigital.ca\/index.php\/wp-json\/wp\/v2\/comments?post=61497"}],"version-history":[{"count":0,"href":"https:\/\/blog.lodestardigital.ca\/index.php\/wp-json\/wp\/v2\/posts\/61497\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.lodestardigital.ca\/index.php\/wp-json\/wp\/v2\/media\/62142"}],"wp:attachment":[{"href":"https:\/\/blog.lodestardigital.ca\/index.php\/wp-json\/wp\/v2\/media?parent=61497"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.lodestardigital.ca\/index.php\/wp-json\/wp\/v2\/categories?post=61497"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.lodestardigital.ca\/index.php\/wp-json\/wp\/v2\/tags?post=61497"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}