{"id":60925,"date":"2020-09-28T16:45:17","date_gmt":"2020-09-28T20:45:17","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=60925"},"modified":"2020-11-30T13:42:31","modified_gmt":"2020-11-30T18:42:31","slug":"widgetized-area","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/","title":{"rendered":"Adding a Widgetized Area to a Web Design Services Theme"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing-1024x538.jpg\" alt=\"widgetizing your site\" class=\"wp-image-61605\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing-1024x538.jpg 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing-300x158.jpg 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing-768x403.jpg 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing.jpg 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>When we build your site, we definitely do our best to \u201cfuture-proof\u201d your site so that you have access to everything on the site. This means, access to the items in the header and the footer. We use a plugin called Black Studio TinyMCE which allows for a visual editor to be used in the widget area.<\/p>\n\n\n\n<p>Widgets aren\u2019t just for sidebars. Adding a widgetized area to a\u00a0WordPress theme is a great way to add\u00a0things like menus, embed code, etc. By using a widget area, creating a custom menu, and adding that menu with the Custom Menu widget in WordPress (Appearance &gt; Widgets &gt; Custom Menu) you can create a menu that anyone can easily update. This is especially handy for things like footer menus, and\u00a0makes it possible for customers to easily update these areas,\u00a0and\u00a0can save everyone time.\u00a0<\/p>\n\n\n\n<!-- Shortcode [imw] does not match the conditions -->\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Copy and paste existing widget\/sidebar code in functions.php, will look similar to this:\n\n<pre class=\"wp-block-code\">register_sidebar( array(\n        'name' =&gt; __( 'Right Sidebar', 'yourweblayout' ),\n        'id' =&gt; 'sidebar-2',\n        'before_widget' =&gt; '&lt;aside id=\"%1$s\" class=\"widget %2$s\"&gt;',\n        'after_widget' =&gt; '&lt;\/aside&gt;',\n        'before_title' =&gt; '&lt;h1 class=\"widget-title\"&gt;',\n        'after_title' =&gt; '&lt;\/h1&gt;',\n    ) );<\/pre><\/li><li>Change <strong>name<\/strong> (e.g. \u2018Right Sidebar\u2019) and <strong>id<\/strong> (e.g. \u2018sidebar-2\u2019) to name and id you will use for your new widget area. Will look similar to this once changed:\n\n<pre class=\"wp-block-code\">register_sidebar( array(\n        'name'          =&gt; __( 'Header Widget', 'yourweblayout' ),\n        'id'            =&gt; 'header-1',\n        'before_widget' =&gt; '&lt;aside id=\"%1$s\" class=\"widget %2$s\"&gt;',\n        'after_widget'  =&gt; '&lt;\/aside&gt;',\n        'before_title'  =&gt; '&lt;h1 class=\"widget-title\"&gt;',\n        'after_title'   =&gt; '&lt;\/h1&gt;',\n    ) );<\/pre>\n<\/li><li>If needed, adjust before_widget, after_widget, before_title, and after_title to change the element and\/or add classes.<\/li><li>Add following code (change header-1 to match the <strong>id you used<\/strong> for your widget area in Step 2) to wherever you want to add the widgetized area (e.g. header.php or footer.php):\n\n<pre class=\"wp-block-code\">&lt;?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('header-1') ) : endif; ?&gt;<\/pre>\n<\/li><\/ol>\n\n\n\n<p class=\"alert alert-info\"><strong>Please note:<\/strong> When you copy the code from these areas, that they will properly indent and each line will have the correct format when you paste it into your code editor program.<\/p>\n\n\n\n<p>For more tutorials and information on how you can customize your website, please check our <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/\">Web Design Services<\/a> guides.<\/p>\n\n\n\n<p>Need assistance? From Website Rebuilds to <a href=\"https:\/\/www.inmotionhosting.com\/services\/wordpress-site-maintenance\">Monthly Maintenance Plans<\/a>, our <a href=\"https:\/\/www.inmotionhosting.com\/services\">Professional Website Services<\/a> team is here to help you succeed.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When we build your site, we definitely do our best to &#8220;future-proof&#8221; your site so that you have access to everything on the site. This means, access to the items in the header and the footer. We use a plugin called Black Studio TinyMCE which allows for a visual editor to be used in the<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4417],"tags":[],"class_list":["post-60925","post","type-post","status-publish","format-standard","hentry","category-web-design-services"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Add a Widgetized Area to a WordPress Theme - Support Center<\/title>\n<meta name=\"description\" content=\"Widgets aren\u2019t just for sidebars. Adding a widgetized area to a WordPress theme is a great way to add things like menus, embed code, etc. By using a widget area, creating a custom menu, and adding that menu with the Custom Menu widget in WordPress you can create a menu that anyone can easily update.\" \/>\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.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Add a Widgetized Area to a WordPress Theme - Support Center\" \/>\n<meta property=\"og:description\" content=\"Widgets aren\u2019t just for sidebars. Adding a widgetized area to a WordPress theme is a great way to add things like menus, embed code, etc. By using a widget area, creating a custom menu, and adding that menu with the Custom Menu widget in WordPress you can create a menu that anyone can easily update.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-28T20:45:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-11-30T18:42:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing-1024x538.jpg\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\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:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"Adding a Widgetized Area to a Web Design Services Theme\",\"datePublished\":\"2020-09-28T20:45:17+00:00\",\"dateModified\":\"2020-11-30T18:42:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/\"},\"wordCount\":293,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing-1024x538.jpg\",\"articleSection\":[\"Web Design Services\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/\",\"name\":\"Add a Widgetized Area to a WordPress Theme - Support Center\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing-1024x538.jpg\",\"datePublished\":\"2020-09-28T20:45:17+00:00\",\"dateModified\":\"2020-11-30T18:42:31+00:00\",\"description\":\"Widgets aren\u2019t just for sidebars. Adding a widgetized area to a WordPress theme is a great way to add things like menus, embed code, etc. By using a widget area, creating a custom menu, and adding that menu with the Custom Menu widget in WordPress you can create a menu that anyone can easily update.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing.jpg\",\"width\":1200,\"height\":630,\"caption\":\"widgetizing your site\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adding a Widgetized Area to a Web Design Services Theme\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Add a Widgetized Area to a WordPress Theme - Support Center","description":"Widgets aren\u2019t just for sidebars. Adding a widgetized area to a WordPress theme is a great way to add things like menus, embed code, etc. By using a widget area, creating a custom menu, and adding that menu with the Custom Menu widget in WordPress you can create a menu that anyone can easily update.","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.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/","og_locale":"en_US","og_type":"article","og_title":"Add a Widgetized Area to a WordPress Theme - Support Center","og_description":"Widgets aren\u2019t just for sidebars. Adding a widgetized area to a WordPress theme is a great way to add things like menus, embed code, etc. By using a widget area, creating a custom menu, and adding that menu with the Custom Menu widget in WordPress you can create a menu that anyone can easily update.","og_url":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-09-28T20:45:17+00:00","article_modified_time":"2020-11-30T18:42:31+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing-1024x538.jpg","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"Adding a Widgetized Area to a Web Design Services Theme","datePublished":"2020-09-28T20:45:17+00:00","dateModified":"2020-11-30T18:42:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/"},"wordCount":293,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing-1024x538.jpg","articleSection":["Web Design Services"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/","url":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/","name":"Add a Widgetized Area to a WordPress Theme - Support Center","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing-1024x538.jpg","datePublished":"2020-09-28T20:45:17+00:00","dateModified":"2020-11-30T18:42:31+00:00","description":"Widgets aren\u2019t just for sidebars. Adding a widgetized area to a WordPress theme is a great way to add things like menus, embed code, etc. By using a widget area, creating a custom menu, and adding that menu with the Custom Menu widget in WordPress you can create a menu that anyone can easily update.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/09\/widgetizing.jpg","width":1200,"height":630,"caption":"widgetizing your site"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/web-design-services\/widgetized-area\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Adding a Widgetized Area to a Web Design Services Theme"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/60925","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=60925"}],"version-history":[{"count":19,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/60925\/revisions"}],"predecessor-version":[{"id":64100,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/60925\/revisions\/64100"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=60925"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=60925"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=60925"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}