{"id":217,"date":"2021-12-20T12:57:53","date_gmt":"2021-12-20T07:27:53","guid":{"rendered":"https:\/\/hostkicker.com\/blog\/?p=217"},"modified":"2022-05-19T16:59:33","modified_gmt":"2022-05-19T11:29:33","slug":"display-sub-categories-on-category-pages-in-wordpress","status":"publish","type":"post","link":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/","title":{"rendered":"How To Display sub-categories on category pages in WordPress"},"content":{"rendered":"<p><span data-preserver-spaces=\"true\">By default, WordPress does not allow the addition of sub-categories to the category. This post will explain How To Display sub-categories on category pages in WordPress.<\/span><\/p>\n<p>The sub-category is generally known as the child category, which comes under the parent category. For example, you have a main category named App Development. Then you divide this parent category by going more in-depth into groups such as Android App Development and iOS App Development.<\/p>\n<p>Moreover, showing sub-categories help you increase the SEO rank of your website and deliver a good browsing experience for readers who can readily navigate to the different types of content.<\/p>\n<h2><strong><span data-preserver-spaces=\"true\">Displaying sub-categories on category pages in WordPress <\/span><\/strong><\/h2>\n<h3><strong><span data-preserver-spaces=\"true\">1.Using manual codes<\/span><\/strong><\/h3>\n<p><span data-preserver-spaces=\"true\">If you like coding and don&#8217;t want to put an extra load on your website by plugins, you can use the following code.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">Place the following code wherever you like to display the sub-categories.<\/span><\/p>\n<pre><span data-preserver-spaces=\"true\">&lt;?php<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0if (is_category()) {<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0$this_category = get_category($cat);<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0}<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0?&gt;<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0&lt;?php<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0if($this_category-&gt;category_parent)<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0$this_category = wp_list_categories('orderby=id&amp;show_count=0<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0&amp;title_li=&amp;use_desc_for_title=1&amp;child_of='.$this_category-&gt;category_parent.<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0\"&amp;echo=0\"); else<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0$this_category = wp_list_categories('orderby=id&amp;depth=1&amp;show_count=0<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0&amp;title_li=&amp;use_desc_for_title=1&amp;child_of='.$this_category-&gt;cat_ID.<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0\"&amp;echo=0\");<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0if ($this_category) { ?&gt;\u00a0<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">&lt;ul&gt;<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">&lt;?php echo $this_category; ?&gt;<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">&lt;\/ul&gt;<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">&lt;?php } ?&gt;<\/span><\/pre>\n<p><span data-preserver-spaces=\"true\">This code will help you to display sub-categories.<\/span><\/p>\n<h3><strong><span data-preserver-spaces=\"true\">2.Using plugins<\/span><\/strong><\/h3>\n<p>In WordPress, Plugins are the key to everything. You can use the given plugin for displaying the sub-categories in your WordPress site. For this, you have to Download the Sub-categories widget Plugin.<\/p>\n<p>You can check our guide on <a href=\"https:\/\/hostkicker.com\/blog\/how-to-install-a-wordpress-plugin\">how to install WordPress plugin<\/a> to take help.<\/p>\n<h4>Sub Categories Widget<\/h4>\n<p><span data-preserver-spaces=\"true\">The <a href=\"https:\/\/wordpress.org\/plugins\/sub-categories-widget\/\">sub-categories widget plugin<\/a> will help you display the sub-categories on category pages when you divide your content into categories into sub-categories. You can add a list of sub-categories with the widget even if the parent doesn&#8217;t have posts.<\/span><span data-preserver-spaces=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-222 \" src=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/screencapture-wordpress-org-plugins-search-sub-categories-plugin-2021-12-19-20_36_10-edit-1.jpg\" alt=\"\" width=\"530\" height=\"281\" srcset=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/screencapture-wordpress-org-plugins-search-sub-categories-plugin-2021-12-19-20_36_10-edit-1.jpg 624w, https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/screencapture-wordpress-org-plugins-search-sub-categories-plugin-2021-12-19-20_36_10-edit-1-300x159.jpg 300w\" sizes=\"auto, (max-width: 530px) 100vw, 530px\" \/><\/span><\/p>\n<p><span data-preserver-spaces=\"true\">Also, You can display and filter sub-categories in various ways. <\/span>You can use the parent category as a widget title. There is an option to hide empty sub-categories. You can add a link to the parent category to the widget title. Furthermore, you can exclude one or more sub-categories from the list and many more.<\/p>\n<p>To conclude, You can choose from the above whichever method suits you for showing the sub-categories on the category page on your WordPress website.<\/p>\n<p>We hope this has helped you!<\/p>\n<p>You can also check our other posts, <a href=\"https:\/\/hostkicker.com\/blog\/how-to-hide-or-style-your-subcategories-in-wordpress\/\">how to hide or style subcategories in WordPress.<\/a><\/p>\n<p>and <a href=\"https:\/\/hostkicker.com\/blog\/how-to-hide-show-categories-in-wordpress\/\">how to hide \/show categories in WordPress.<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>By default, WordPress does not allow the addition of sub-categories to the category. This post will explain How To Display sub-categories on category pages in WordPress. The sub-category is generally known as the child category, which comes under the parent category. For example, you have a main category named App Development. Then you divide this [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":283,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-217","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wp-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v19.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How To Display sub-categories on category pages in WordPress<\/title>\n<meta name=\"description\" content=\"In This Article You Will Learn How To Display Sub-categories On Category Pages in WordPress. You Can Code It Manually Or Use Plugin.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Display sub-categories on category pages in WordPress\" \/>\n<meta property=\"og:description\" content=\"In This Article You Will Learn How To Display Sub-categories On Category Pages in WordPress. You Can Code It Manually Or Use Plugin.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Hostkicker\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-20T07:27:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-19T11:29:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-11-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"693\" \/>\n\t<meta property=\"og:image:height\" content=\"511\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Olivia Smith\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Olivia Smith\" \/>\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:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/\"},\"author\":{\"name\":\"Olivia Smith\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/person\\\/f06306b595baa96c90a0491b941d7660\"},\"headline\":\"How To Display sub-categories on category pages in WordPress\",\"datePublished\":\"2021-12-20T07:27:53+00:00\",\"dateModified\":\"2022-05-19T11:29:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/\"},\"wordCount\":363,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-featured-image-11-01.png\",\"articleSection\":[\"Wp tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/\",\"name\":\"How To Display sub-categories on category pages in WordPress\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-featured-image-11-01.png\",\"datePublished\":\"2021-12-20T07:27:53+00:00\",\"dateModified\":\"2022-05-19T11:29:33+00:00\",\"description\":\"In This Article You Will Learn How To Display Sub-categories On Category Pages in WordPress. You Can Code It Manually Or Use Plugin.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/#primaryimage\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-featured-image-11-01.png\",\"contentUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-featured-image-11-01.png\",\"width\":693,\"height\":511,\"caption\":\"How To Display sub-categories on category pages in WordPress\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/display-sub-categories-on-category-pages-in-wordpress\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Display sub-categories on category pages in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/\",\"name\":\"Hostkicker\",\"description\":\"Blog\",\"publisher\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#organization\",\"name\":\"Hostkicker\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-logo-01.png\",\"contentUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-logo-01.png\",\"width\":940,\"height\":218,\"caption\":\"Hostkicker\"},\"image\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/person\\\/f06306b595baa96c90a0491b941d7660\",\"name\":\"Olivia Smith\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g\",\"caption\":\"Olivia Smith\"},\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/author\\\/olivia\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How To Display sub-categories on category pages in WordPress","description":"In This Article You Will Learn How To Display Sub-categories On Category Pages in WordPress. You Can Code It Manually Or Use Plugin.","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:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How To Display sub-categories on category pages in WordPress","og_description":"In This Article You Will Learn How To Display Sub-categories On Category Pages in WordPress. You Can Code It Manually Or Use Plugin.","og_url":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/","og_site_name":"Hostkicker","article_published_time":"2021-12-20T07:27:53+00:00","article_modified_time":"2022-05-19T11:29:33+00:00","og_image":[{"width":693,"height":511,"url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-11-01.png","type":"image\/png"}],"author":"Olivia Smith","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Olivia Smith","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/#article","isPartOf":{"@id":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/"},"author":{"name":"Olivia Smith","@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/person\/f06306b595baa96c90a0491b941d7660"},"headline":"How To Display sub-categories on category pages in WordPress","datePublished":"2021-12-20T07:27:53+00:00","dateModified":"2022-05-19T11:29:33+00:00","mainEntityOfPage":{"@id":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/"},"wordCount":363,"commentCount":0,"publisher":{"@id":"https:\/\/hostkicker.com\/blog\/#organization"},"image":{"@id":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-11-01.png","articleSection":["Wp tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/","url":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/","name":"How To Display sub-categories on category pages in WordPress","isPartOf":{"@id":"https:\/\/hostkicker.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-11-01.png","datePublished":"2021-12-20T07:27:53+00:00","dateModified":"2022-05-19T11:29:33+00:00","description":"In This Article You Will Learn How To Display Sub-categories On Category Pages in WordPress. You Can Code It Manually Or Use Plugin.","breadcrumb":{"@id":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/#primaryimage","url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-11-01.png","contentUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-11-01.png","width":693,"height":511,"caption":"How To Display sub-categories on category pages in WordPress"},{"@type":"BreadcrumbList","@id":"https:\/\/hostkicker.com\/blog\/display-sub-categories-on-category-pages-in-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hostkicker.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Display sub-categories on category pages in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/hostkicker.com\/blog\/#website","url":"https:\/\/hostkicker.com\/blog\/","name":"Hostkicker","description":"Blog","publisher":{"@id":"https:\/\/hostkicker.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hostkicker.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hostkicker.com\/blog\/#organization","name":"Hostkicker","url":"https:\/\/hostkicker.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-logo-01.png","contentUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-logo-01.png","width":940,"height":218,"caption":"Hostkicker"},"image":{"@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/person\/f06306b595baa96c90a0491b941d7660","name":"Olivia Smith","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g","caption":"Olivia Smith"},"url":"https:\/\/hostkicker.com\/blog\/author\/olivia\/"}]}},"jetpack_featured_media_url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-11-01.png","_links":{"self":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts\/217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/comments?post=217"}],"version-history":[{"count":7,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts\/217\/revisions"}],"predecessor-version":[{"id":2043,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts\/217\/revisions\/2043"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/media\/283"}],"wp:attachment":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/media?parent=217"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/categories?post=217"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/tags?post=217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}