{"id":48413,"date":"2019-10-14T16:12:18","date_gmt":"2019-10-14T21:12:18","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=48413"},"modified":"2021-08-16T15:51:57","modified_gmt":"2021-08-16T19:51:57","slug":"using-the-jetpack-markdown-block","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/","title":{"rendered":"Using the Jetpack Markdown Block"},"content":{"rendered":"<p><a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/enabling-jetpack-markdown-in-wordpress\/\">Using Markdown<\/a> is very simple once you get to used to it. It enables you to use regular characters to format your text so that you can quickly produce formatted content. Jetpack follows the <a rel=\"noopener noreferrer\" href=\"https:\/\/commonmark.org\/help\/\" target=\"_blank\">CommonMark<\/a> spec.  This article will show you how to bring up the markdown block and then provide common examples of markdown that are used in the block.  <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#find-markdown-block\">Finding the Jetpack markdown block<\/a><\/li><li><a href=\"#common-markdown-tags\">Common Markdown tags used in Jetpack<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"find-markdown-block\">How to Find the Jetpack Markdown Block<\/h2>\n\n\n\n<p>In order to use the Markdown block, you will need to be using the Gutenberg editor. Gutenberg is the default WordPress editor from version 5.0 and up.<\/p>\n\n\n\n<p>To use the block, create or edit a new post or page. Then, add a new block and search for it by typing \u201cmarkdown\u201d or find it in the JetPack blocks.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/arnel-io.com\/wp1831\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png\"><img decoding=\"async\" width=\"290\" height=\"306\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png\" class=\"optimized-lcp-image\" alt=\"\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png 290w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a-284x300.png 284w\"><\/a><\/figure><\/div>\n\n\n\n<p>Once you have it selected you can then begin adding your markdown text.  Following screenshots show the before and after of using markdown within the markdown block:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/arnel-io.com\/wp1831\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"698\" height=\"832\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-1.png\" alt=\"\" class=\"wp-image-48415\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-1.png 698w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-1-252x300.png 252w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/a><\/figure><\/div>\n\n\n\n<p>If you preview the code, then you will see the code:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/arnel-io.com\/wp1831\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-b.png\"><img decoding=\"async\" src=\"https:\/\/arnel-io.com\/wp1831\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-b.png\" alt=\"\" class=\"wp-image-985\"><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"common-markdown-tags\">Common Markdown Tags<\/h2>\n\n\n\n<p>The following tables summarizes the tags used in the screenshots above.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong># Headers<\/strong><\/td><td>Headers start with #.  Header match with the number #\u2019s<\/td><\/tr><tr><td><strong>*Emphasis*<\/strong><br><strong>_Emphasis_<\/strong><\/td><td>Like the &lt; em &gt; tag in HTML, this puts the word in italics<\/td><\/tr><tr><td><strong>**Strong**<br>__Strong__<\/strong><\/td><td>Like the &lt; strong &gt; tag in HTML, this makes the word bold<\/td><\/tr><tr><td><strong>Hypertext link<\/strong><\/td><td>Creates a hyperlink with designated text.  [hypertext link] (https:\/\/example.com \u201ctitle\u201d)<\/td><\/tr><tr><td><strong>Image<\/strong><\/td><td>Displays an image from a link .                                                                                                                                                                                                                                                                                                                                                                                                           <\/td><\/tr><tr><td>Unordered lists<\/td><td>Creates an unordered list similar to UL in HTML.  <\/td><\/tr><tr><td>Ordered lists<\/td><td>Creates an ordered list like  the OL in HTML                                                                                                                                                                               <\/td><\/tr><tr><td>Code<\/td><td>Using backticks, you can separate one line of code, or a block (using 4 backticks<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Markdown makes it quick and easy to add rich text without having to leave the keyboard!  To learn more about the markdown  used in the screenshots, please visit our Support Center article:  <a rel=\"noopener noreferrer\" href=\"\/support\/website\/website-design\/understanding-markdown\/\" target=\"_blank\">Understanding Markdown<\/a>.<\/p>\n\n\n\n<p>To continue expanding your block knowledge, check out <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-use-jetpacks-repeat-visitor-block\/\">How to Use Jetpack\u2019s Repeat Visitor Block<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Using Markdown is very simple once you get to used to it. It enables you to use regular characters to format your text so that you can quickly produce formatted content. Jetpack follows the CommonMark spec. This article will show you how to bring up the markdown block and then provide common examples of markdown<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/\"> Read More ><\/a><\/p>\n","protected":false},"author":7,"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":[56],"tags":[],"class_list":["post-48413","post","type-post","status-publish","format-standard","hentry","category-wordpress"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to use the Jetpack Markdown block<\/title>\n<meta name=\"description\" content=\"Learn how to use the Jetpack markdown block. Examples of common markdown tags used in the block will also be provided\" \/>\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\/edu\/wordpress\/using-the-jetpack-markdown-block\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to use the Jetpack Markdown block\" \/>\n<meta property=\"og:description\" content=\"Learn how to use the Jetpack markdown block. Examples of common markdown tags used in the block will also be provided\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/\" \/>\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=\"2019-10-14T21:12:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-16T19:51:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png\" \/>\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\/edu\/wordpress\/using-the-jetpack-markdown-block\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b\"},\"headline\":\"Using the Jetpack Markdown Block\",\"datePublished\":\"2019-10-14T21:12:18+00:00\",\"dateModified\":\"2021-08-16T19:51:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/\"},\"wordCount\":342,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png\",\"articleSection\":[\"WordPress Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/\",\"name\":\"How to use the Jetpack Markdown block\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png\",\"datePublished\":\"2019-10-14T21:12:18+00:00\",\"dateModified\":\"2021-08-16T19:51:57+00:00\",\"description\":\"Learn how to use the Jetpack markdown block. Examples of common markdown tags used in the block will also be provided\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png\",\"width\":290,\"height\":306},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using the Jetpack Markdown Block\"}]},{\"@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\/8d626175dd3b70ee90a172bdb09a460b\",\"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\/arn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to use the Jetpack Markdown block","description":"Learn how to use the Jetpack markdown block. Examples of common markdown tags used in the block will also be provided","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\/edu\/wordpress\/using-the-jetpack-markdown-block\/","og_locale":"en_US","og_type":"article","og_title":"How to use the Jetpack Markdown block","og_description":"Learn how to use the Jetpack markdown block. Examples of common markdown tags used in the block will also be provided","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2019-10-14T21:12:18+00:00","article_modified_time":"2021-08-16T19:51:57+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png","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\/edu\/wordpress\/using-the-jetpack-markdown-block\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b"},"headline":"Using the Jetpack Markdown Block","datePublished":"2019-10-14T21:12:18+00:00","dateModified":"2021-08-16T19:51:57+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/"},"wordCount":342,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png","articleSection":["WordPress Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/","name":"How to use the Jetpack Markdown block","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png","datePublished":"2019-10-14T21:12:18+00:00","dateModified":"2021-08-16T19:51:57+00:00","description":"Learn how to use the Jetpack markdown block. Examples of common markdown tags used in the block will also be provided","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/10\/jetpack-markdown-block-a.png","width":290,"height":306},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/using-the-jetpack-markdown-block\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Using the Jetpack Markdown Block"}]},{"@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\/8d626175dd3b70ee90a172bdb09a460b","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\/arn\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":56,"name":"WordPress Tutorials","slug":"wordpress","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/48413","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\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=48413"}],"version-history":[{"count":9,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/48413\/revisions"}],"predecessor-version":[{"id":83191,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/48413\/revisions\/83191"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=48413"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=48413"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=48413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}