{"id":343,"date":"2022-10-13T12:34:28","date_gmt":"2022-10-13T12:34:28","guid":{"rendered":"https:\/\/bigbobnetwork.com\/BigMedia\/?p=343"},"modified":"2023-04-12T13:27:12","modified_gmt":"2023-04-12T18:27:12","slug":"building-a-typing-feature-part-2","status":"publish","type":"post","link":"https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/","title":{"rendered":"Building a Typing Feature Part 2"},"content":{"rendered":"\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">UPDATE<\/mark>:  <strong>I have decided to remove the two typing features from the links below. <\/strong> I decided that I had too many typing features on my site.  You should also note that the latest version of this plugin requires version 2.0.15.  So you would want to download the latest script:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp_enqueue_script( 'bb-typed-core', esc_url('https:\/\/unpkg.com\/typed.js@2.0.15\/dist\/typed.umd.js'), array(), true );<\/code><\/pre>\n\n\n\n<p>This article is a follow up to my original article about <a href=\"https:\/\/bigbobnetwork.com\/BigMedia\/2022\/04\/29\/how-to-add-a-typing-feature-to-your-wordpress-site\/\" target=\"_blank\" rel=\"noreferrer noopener\">how to add a typing feature<\/a>.  I&#8217;ll discuss the new ways I add a typing feature on my <a href=\"https:\/\/bigbobnetwork.com\/BigMedia\/\" target=\"_blank\" rel=\"noreferrer noopener\">homepage<\/a> and my <a href=\"https:\/\/bigbobnetwork.com\/BigMedia\/themes\/\" target=\"_blank\" rel=\"noreferrer noopener\">themes page<\/a>.   You can still download the core plugin from my <a href=\"https:\/\/github.com\/bwilson753\/Big-Typing-Effect\" target=\"_blank\" rel=\"noreferrer noopener\">github page<\/a>.  <\/p>\n\n\n\n<p>Download my plugin from&nbsp;<a href=\"https:\/\/github.com\/bwilson753\/Big-Typing-Effect\" target=\"_blank\" rel=\"noreferrer noopener\">my github repository<\/a>. Unzip it, then open the file until you find the file named big-typing-effect (all lower case). If the file name has been post fixed with anything such as \u201c-main\u201d, then you should delete it so that it just reads \u201cbig-typing-effect\u201d. Go into your WordPress file directory and add the big-typing-effect folder into your plugins folder (wordpress &gt; wp-content &gt; plugins). Then go into your WordPress admin center (Plugins &gt; Installed Plugins) and activate the plugin.<\/p>\n\n\n\n<p>This implementation is distinct from my original post and the ReadMe instructions because it no longer relies on breaks.  Instead it relies on minimum height.  This should make it easier to implement and update.<\/p>\n\n\n\n<p>The typing feature inside the cover block on my <a href=\"https:\/\/bigbobnetwork.com\/BigMedia\/themes\/\" target=\"_blank\" rel=\"noreferrer noopener\">themes page<\/a> was comparatively simple to implement.  This is the custom HTML for the text on my <a href=\"https:\/\/bigbobnetwork.com\/BigMedia\/themes\/\" target=\"_blank\" rel=\"noreferrer noopener\">themes page<\/a>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;p class=\"has-text-align-left has-white-color has-text-color has-x-large-font-size bb-coverType\"&gt;The Big Themes series are designed for &lt;span class=\"bb-text-slider-items\"&gt;beginners., learners., developers., everyone!&lt;\/span&gt;&lt;strong class=\"bb-text-slider\" style=\"font-weight:normal;\"&gt;&lt;\/strong&gt;&lt;\/p&gt;<\/code><\/pre>\n\n\n\n<p>I also set the minimum height of the cover block to 600 using the block editor.  This was necessary so that the screen height didn&#8217;t adjust on mobile.  <\/p>\n\n\n\n<p>I also added the following additional CSS to complement the image:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.bb-coverType {\n\tmax-width: 400px !important;\n}<\/code><\/pre>\n\n\n\n<p>However, you may decide that your cover block doesn&#8217;t need it.<\/p>\n\n\n\n<p>Adding a typing feature to a media and text block is a bit more tricky.  You will probably have to experiment with different minimum heights based on your content.  This site&#8217;s <a href=\"https:\/\/bigbobnetwork.com\/BigMedia\/\" target=\"_blank\" rel=\"noreferrer noopener\">homepage<\/a> is implemented using the following custom HTML:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;p&gt;The Big Themes Series can be used to create a website for a &lt;span class=\"bb-text-slider-items\"&gt;blog., restaurant., nonprofit., band., bar., portfolio., business., gym., park.&lt;\/span&gt;&lt;strong class=\"bb-text-slider\" style=\"font-weight:normal;\"&gt;&lt;\/strong&gt;&lt;\/p&gt;<\/code><\/pre>\n\n\n\n<p>And it relies on the following additonal CSS:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/*These first two are necessary because it is custom html.*\/\n@media screen and (min-width: 600px) {\n.bb-four-images-text .wp-block-media-text .wp-block-media-text__content {\n\t\tpadding-right: 20px;\n\t}\n}\n\/*You could also adjust this in the html inline*\/\n.bb-four-images-text .wp-block-media-text p {\n\tfont-size: 24px  !important;\n}\n\n\/* These last two keep the screen size from adjusting when the typing runs over onto a second line.  You will likely have to experiment and adjust based on your content. *\/\n@media screen and (max-width: 1000px) {\n\t.bb-four-images-text .wp-block-media-text .wp-block-media-text__content p {\n\tmin-height: 120px;\n}\n}\n@media screen and (max-width: 375px) {\n\t.bb-four-images-text .wp-block-media-text .wp-block-media-text__content p {\n\tmin-height: 150px;\n}\n}<\/code><\/pre>\n\n\n\n<p>If you have any questions, then feel free to post them in the comments section.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>UPDATE: I have decided to remove the two typing features from the links below. I decided that I had too many typing features on my site. You should also note that the latest version of this plugin requires version 2.0.15. So you would want to download the latest script: This article is a follow up [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-343","post","type-post","status-publish","format-standard","hentry","category-typing-feature"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Building a Typing Feature Part 2 - Big Themes<\/title>\n<meta name=\"description\" content=\"This article is a follow up to my original article about how to add a typing feature. It shows how to add a typing feature like on my themes page.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Building a Typing Feature Part 2 - Big Themes\" \/>\n<meta property=\"og:description\" content=\"This article is a follow up to my original article about how to add a typing feature. It shows how to add a typing feature like on my themes page.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Big Themes\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-13T12:34:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-12T18:27:12+00:00\" \/>\n<meta name=\"author\" content=\"Bob Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@BobW753\" \/>\n<meta name=\"twitter:site\" content=\"@BobW753\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bob Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/2022\\\/10\\\/13\\\/building-a-typing-feature-part-2\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/2022\\\/10\\\/13\\\/building-a-typing-feature-part-2\\\/\"},\"author\":{\"name\":\"Bob Wilson\",\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/#\\\/schema\\\/person\\\/425d7fe08b67a8cd975ddb55bb5cc2e1\"},\"headline\":\"Building a Typing Feature Part 2\",\"datePublished\":\"2022-10-13T12:34:28+00:00\",\"dateModified\":\"2023-04-12T18:27:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/2022\\\/10\\\/13\\\/building-a-typing-feature-part-2\\\/\"},\"wordCount\":358,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/#organization\"},\"articleSection\":[\"typing feature\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/2022\\\/10\\\/13\\\/building-a-typing-feature-part-2\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/2022\\\/10\\\/13\\\/building-a-typing-feature-part-2\\\/\",\"url\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/2022\\\/10\\\/13\\\/building-a-typing-feature-part-2\\\/\",\"name\":\"Building a Typing Feature Part 2 - Big Themes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/#website\"},\"datePublished\":\"2022-10-13T12:34:28+00:00\",\"dateModified\":\"2023-04-12T18:27:12+00:00\",\"description\":\"This article is a follow up to my original article about how to add a typing feature. It shows how to add a typing feature like on my themes page.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/2022\\\/10\\\/13\\\/building-a-typing-feature-part-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/2022\\\/10\\\/13\\\/building-a-typing-feature-part-2\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/2022\\\/10\\\/13\\\/building-a-typing-feature-part-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Building a Typing Feature Part 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/#website\",\"url\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/\",\"name\":\"Big Themes\",\"description\":\"Home of the Big Series Themes\",\"publisher\":{\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/#organization\",\"name\":\"Big Media WordPress Theme\",\"url\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/screenshot.jpg\",\"contentUrl\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/screenshot.jpg\",\"width\":1200,\"height\":900,\"caption\":\"Big Media WordPress Theme\"},\"image\":{\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/BobW753\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/bob-wilson-65633749\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/#\\\/schema\\\/person\\\/425d7fe08b67a8cd975ddb55bb5cc2e1\",\"name\":\"Bob Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5900c364f4c19f6894b895e604929fc449a0dbd8605d50d91d6a0943f5e76b89?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5900c364f4c19f6894b895e604929fc449a0dbd8605d50d91d6a0943f5e76b89?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5900c364f4c19f6894b895e604929fc449a0dbd8605d50d91d6a0943f5e76b89?s=96&d=mm&r=g\",\"caption\":\"Bob Wilson\"},\"sameAs\":[\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\"],\"url\":\"https:\\\/\\\/bigbobnetwork.com\\\/BigMedia\\\/author\\\/bwilson753\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Building a Typing Feature Part 2 - Big Themes","description":"This article is a follow up to my original article about how to add a typing feature. It shows how to add a typing feature like on my themes page.","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:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/","og_locale":"en_US","og_type":"article","og_title":"Building a Typing Feature Part 2 - Big Themes","og_description":"This article is a follow up to my original article about how to add a typing feature. It shows how to add a typing feature like on my themes page.","og_url":"https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/","og_site_name":"Big Themes","article_published_time":"2022-10-13T12:34:28+00:00","article_modified_time":"2023-04-12T18:27:12+00:00","author":"Bob Wilson","twitter_card":"summary_large_image","twitter_creator":"@BobW753","twitter_site":"@BobW753","twitter_misc":{"Written by":"Bob Wilson","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/#article","isPartOf":{"@id":"https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/"},"author":{"name":"Bob Wilson","@id":"https:\/\/bigbobnetwork.com\/BigMedia\/#\/schema\/person\/425d7fe08b67a8cd975ddb55bb5cc2e1"},"headline":"Building a Typing Feature Part 2","datePublished":"2022-10-13T12:34:28+00:00","dateModified":"2023-04-12T18:27:12+00:00","mainEntityOfPage":{"@id":"https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/"},"wordCount":358,"commentCount":0,"publisher":{"@id":"https:\/\/bigbobnetwork.com\/BigMedia\/#organization"},"articleSection":["typing feature"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/","url":"https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/","name":"Building a Typing Feature Part 2 - Big Themes","isPartOf":{"@id":"https:\/\/bigbobnetwork.com\/BigMedia\/#website"},"datePublished":"2022-10-13T12:34:28+00:00","dateModified":"2023-04-12T18:27:12+00:00","description":"This article is a follow up to my original article about how to add a typing feature. It shows how to add a typing feature like on my themes page.","breadcrumb":{"@id":"https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bigbobnetwork.com\/BigMedia\/2022\/10\/13\/building-a-typing-feature-part-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bigbobnetwork.com\/BigMedia\/"},{"@type":"ListItem","position":2,"name":"Building a Typing Feature Part 2"}]},{"@type":"WebSite","@id":"https:\/\/bigbobnetwork.com\/BigMedia\/#website","url":"https:\/\/bigbobnetwork.com\/BigMedia\/","name":"Big Themes","description":"Home of the Big Series Themes","publisher":{"@id":"https:\/\/bigbobnetwork.com\/BigMedia\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bigbobnetwork.com\/BigMedia\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bigbobnetwork.com\/BigMedia\/#organization","name":"Big Media WordPress Theme","url":"https:\/\/bigbobnetwork.com\/BigMedia\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bigbobnetwork.com\/BigMedia\/#\/schema\/logo\/image\/","url":"https:\/\/bigbobnetwork.com\/BigMedia\/wp-content\/uploads\/2022\/03\/screenshot.jpg","contentUrl":"https:\/\/bigbobnetwork.com\/BigMedia\/wp-content\/uploads\/2022\/03\/screenshot.jpg","width":1200,"height":900,"caption":"Big Media WordPress Theme"},"image":{"@id":"https:\/\/bigbobnetwork.com\/BigMedia\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/BobW753","https:\/\/www.linkedin.com\/in\/bob-wilson-65633749\/"]},{"@type":"Person","@id":"https:\/\/bigbobnetwork.com\/BigMedia\/#\/schema\/person\/425d7fe08b67a8cd975ddb55bb5cc2e1","name":"Bob Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5900c364f4c19f6894b895e604929fc449a0dbd8605d50d91d6a0943f5e76b89?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5900c364f4c19f6894b895e604929fc449a0dbd8605d50d91d6a0943f5e76b89?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5900c364f4c19f6894b895e604929fc449a0dbd8605d50d91d6a0943f5e76b89?s=96&d=mm&r=g","caption":"Bob Wilson"},"sameAs":["https:\/\/bigbobnetwork.com\/BigMedia"],"url":"https:\/\/bigbobnetwork.com\/BigMedia\/author\/bwilson753\/"}]}},"_links":{"self":[{"href":"https:\/\/bigbobnetwork.com\/BigMedia\/wp-json\/wp\/v2\/posts\/343","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bigbobnetwork.com\/BigMedia\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bigbobnetwork.com\/BigMedia\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bigbobnetwork.com\/BigMedia\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bigbobnetwork.com\/BigMedia\/wp-json\/wp\/v2\/comments?post=343"}],"version-history":[{"count":18,"href":"https:\/\/bigbobnetwork.com\/BigMedia\/wp-json\/wp\/v2\/posts\/343\/revisions"}],"predecessor-version":[{"id":669,"href":"https:\/\/bigbobnetwork.com\/BigMedia\/wp-json\/wp\/v2\/posts\/343\/revisions\/669"}],"wp:attachment":[{"href":"https:\/\/bigbobnetwork.com\/BigMedia\/wp-json\/wp\/v2\/media?parent=343"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bigbobnetwork.com\/BigMedia\/wp-json\/wp\/v2\/categories?post=343"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bigbobnetwork.com\/BigMedia\/wp-json\/wp\/v2\/tags?post=343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}