{"id":7,"date":"2011-05-02T11:47:45","date_gmt":"2011-05-02T11:47:45","guid":{"rendered":"http:\/\/localhost:8888\/feda2k16\/?p=7"},"modified":"2016-08-06T08:34:33","modified_gmt":"2016-08-06T08:34:33","slug":"typography","status":"publish","type":"post","link":"https:\/\/feda.org\/feda2k16\/typography\/","title":{"rendered":"Typography"},"content":{"rendered":"<p>You can create some beautiful content by using some simple HTML elements. The Warp theme framework offers some neat styles for all HTML elements and a great set of CSS classes to style your content. Basic HTML is very easy to learn and this small guide shows you how to use all styles provided by the Warp framework.<\/p>\n<h2>Basic HTML Elements<\/h2>\n<p>Here is a short demonstration of text-level semanticts. The &lt;p&gt; element creates a new paragraph. It will have some space before and after itself. To turn your text into hypertext just use the <a href=\"#\">&lt;a&gt; element<\/a>.<\/p>\n<h3>Text-Level Semantics<\/h3>\n<p>You can emphasize text using the <em>&lt;em&gt; element<\/em> or to imply any extra importance the <strong>&lt;strong&gt; element<\/strong>. Highlight text with no semantic meaning using the <mark>&lt;mark&gt; element<\/mark>. Markup document changes like inserted or deleted text with the <del>&lt;del&gt; element<\/del> or <ins>&lt;ins&gt; element<\/ins>. To define an abbreviation use the <abbr title=\"Abbreviation Element\">&lt;abbr&gt; element<\/abbr> and to define a definition term use the <dfn title=\"Defines a definition term\">&lt;dfn&gt; element<\/dfn>.<\/p>\n<h3>Short List with Links<\/h3>\n<ul>\n<li><a href=\"http:\/\/www.yootheme.com\" target=\"_blank\">YOOtheme<\/a> &#8211; Premium Joomla Templates and WordPress Themes<\/li>\n<li><a href=\"http:\/\/www.yootheme.com\/warp\" target=\"_blank\">Warp Framework<\/a> &#8211; Fast and Slick Theme Framework<\/li>\n<li><a href=\"http:\/\/www.yootheme.com\/zoo\" target=\"_blank\">ZOO<\/a> &#8211; Content Application Builder<\/li>\n<li><a href=\"http:\/\/www.yootheme.com\/icons\" target=\"_blank\">Stock Icons<\/a> &#8211; For Web and Print Projects<\/li>\n<\/ul>\n<h3>Quotations and Code<\/h3>\n<p>Inline quotations can be defined by using the <q>&lt;q&gt; element<\/q>.<\/p>\n<blockquote><p>The &lt;blockquote&gt; element defines a long quotation which also creates a new block by inserting white space before and after the blockquote element.<\/p><\/blockquote>\n<p>To define a short inline computer code use the <code>&lt;code&gt; element<\/code>. For a larger code snippet use the &lt;pre&gt; element which defines preformatted text. It creates a new text block which preserves both spaces and line breaks.<\/p>\n<pre> pre {     margin: 15px 0;     padding: 10px;     font-family: \"Courier New\", Courier, monospace;     font-size: 12px;     line-height: 18px;     white-space: pre-wrap; } <\/pre>\n<p>  <small>Use the &lt;small&gt; element for side comments and small print.<\/small>  <\/p>\n<hr \/>\n<h2>Useful CSS Classes<\/h2>\n<p>Here is a short demonstration of all style related CSS classes provided by the Warp framework.<\/p>\n<h3>Highlight Content<\/h3>\n<p class=\"dropcap\">Drop caps are the first letter of a paragraph which are displayed bigger than the rest of the text. You can create a drop cap using the CSS class <code>dropcap<\/code>. To emphasize text with some small boxes use <em class=\"box\">&lt;em&gt; element<\/em> with the CSS class <code>box<\/code>.<\/p>\n<div class=\"box-content\">This simple box is intended to group large parts of your content using the CSS class <code>box-content<\/code>.<\/div>\n<div class=\"box-note\">This is a simple box to highlight some text using the CSS class <code>box-note<\/code>.<\/div>\n<div class=\"box-info\">This is a simple box with useful information using the CSS class <code>box-info<\/code>.<\/div>\n<div class=\"box-warning\">This is a simple box with important notes and warnings using the CSS class <code>box-warning<\/code>.<\/div>\n<div class=\"box-hint\">This is a simple box with additional hints using the CSS class <code>box-hint<\/code>.<\/div>\n<div class=\"box-download\">This is a simple box with download information using the CSS class <code>box-download<\/code>.<\/div>\n<p>Use the CSS class <code>dotted<\/code> to create a dotted horizontal rule.<\/p>\n<hr class=\"dotted\" \/>\n<h3>Tables<\/h3>\n<p>Create a zebra stripped table using using the CSS class <code>zebra<\/code>.<\/p>\n<table class=\"zebra mtr-table mtr-thead-th\">\n<caption>Table caption<\/caption>\n<thead>\n<tr>\n<th data-mtr-content=\"Table Heading\" class=\"mtr-th-tag\"><div class=\"mtr-cell-content\">Table Heading<\/div><\/th>\n<th data-mtr-content=\"Table Heading\" class=\"mtr-th-tag\"><div class=\"mtr-cell-content\">Table Heading<\/div><\/th>\n<th class=\"center mtr-th-tag\" data-mtr-content=\"Table Heading\"><div class=\"mtr-cell-content\">Table Heading<\/div><\/th>\n<\/tr>\n<\/thead>\n<tfoot>\n<tr>\n<td data-mtr-content=\"Table Heading\" class=\"mtr-td-tag\"><div class=\"mtr-cell-content\">Table Footer<\/div><\/td>\n<td data-mtr-content=\"Table Heading\" class=\"mtr-td-tag\"><div class=\"mtr-cell-content\">Table Footer<\/div><\/td>\n<td class=\"center mtr-td-tag\" data-mtr-content=\"Table Heading\"><div class=\"mtr-cell-content\">Table Footer<\/div><\/td>\n<\/tr>\n<\/tfoot>\n<tbody>\n<tr class=\"odd\">\n<td data-mtr-content=\"Table Heading\" class=\"mtr-td-tag\"><div class=\"mtr-cell-content\">Table Data<\/div><\/td>\n<td data-mtr-content=\"Table Heading\" class=\"mtr-td-tag\"><div class=\"mtr-cell-content\">Table Data<\/div><\/td>\n<td class=\"center mtr-td-tag\" data-mtr-content=\"Table Heading\"><div class=\"mtr-cell-content\">Data Centered<\/div><\/td>\n<\/tr>\n<tr>\n<td class=\"bold mtr-td-tag\" data-mtr-content=\"Table Heading\"><div class=\"mtr-cell-content\">Data Bold<\/div><\/td>\n<td data-mtr-content=\"Table Heading\" class=\"mtr-td-tag\"><div class=\"mtr-cell-content\">Table Data<\/div><\/td>\n<td class=\"center mtr-td-tag\" data-mtr-content=\"Table Heading\"><div class=\"mtr-cell-content\">Data Centered<\/div><\/td>\n<\/tr>\n<tr class=\"odd\">\n<td data-mtr-content=\"Table Heading\" class=\"mtr-td-tag\"><div class=\"mtr-cell-content\">Table Data<\/div><\/td>\n<td data-mtr-content=\"Table Heading\" class=\"mtr-td-tag\"><div class=\"mtr-cell-content\">Table Data<\/div><\/td>\n<td class=\"center mtr-td-tag\" data-mtr-content=\"Table Heading\"><div class=\"mtr-cell-content\">Data Centered<\/div><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Definition Lists<\/h3>\n<p>Create a nice looking definition list separated with a line by using the CSS class <code>separator<\/code>.<\/p>\n<dl class=\"separator\">\n<dt>Definition List<\/dt>\n<dd>A definition list is a list of terms and corresponding definitions. To create a definition list use the &lt;dl&gt; element in conjunction with &lt;dt&gt; to define the definition term and &lt;dd&gt; to define the definition description.<\/dd>\n<dt>Definition Term<\/dt>\n<dd>This is a definition description.<\/dd>\n<dt>Definition Term<\/dt>\n<dd>This is a definition description.<\/dd>\n<dd>This is another definition description.<\/dd>\n<\/dl>\n<h3>Forms<\/h3>\n<p>Create a clearly arranged form layout with fieldset boxes using the CSS class <code>box<\/code>.<\/p>\n<form action=\"#\" class=\"box style\">\n<fieldset>\n<legend>Form legend<\/legend>\n<div><label for=\"f1\">Text input:<\/label> <input type=\"text\" value=\"input text\" id=\"f1\"\/><\/div>\n<div><label for=\"f2\">Radio input:<\/label> <input type=\"radio\" id=\"f2\"\/><\/div>\n<div><label for=\"f3\">Checkbox input:<\/label> <input type=\"checkbox\" id=\"f3\"\/><\/div>\n<div><label for=\"f4\">Select field:<\/label> <select id=\"f4\"><option>Option 01<\/option><option>Option 02<\/option><\/select><\/div>\n<div><label for=\"f5\">Textarea:<\/label><br \/><textarea rows=\"5\" cols=\"30\" id=\"f5\">Textarea text<\/textarea><\/div>\n<\/fieldset>\n<p> \t \t<button>Button<\/button> <input type=\"button\" value=\"Input Button\" \/> \t <\/form>\n","protected":false},"excerpt":{"rendered":"<p>You can create some beautiful content by using some simple HTML elements. The Warp theme framework offers some neat styles for all HTML elements and a great set of CSS classes to style your content. Basic HTML is very easy to learn and this small guide shows you how to use all styles provided by [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-7","post","type-post","status-publish","format-standard","hentry","category-uncategorised"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Typography - FEDA<\/title>\n<meta name=\"description\" content=\"FEDA, Federaci\u00f3n Espa\u00f1ola de Ajedrez, ajedrez madrid, federarse ajedrez, campeonato de Espa\u00f1a de ajedrez, ajedrez\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/feda.org\/feda2k16\/typography\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Typography - FEDA\" \/>\n<meta property=\"og:description\" content=\"FEDA, Federaci\u00f3n Espa\u00f1ola de Ajedrez, ajedrez madrid, federarse ajedrez, campeonato de Espa\u00f1a de ajedrez, ajedrez\" \/>\n<meta property=\"og:url\" content=\"https:\/\/feda.org\/feda2k16\/typography\/\" \/>\n<meta property=\"og:site_name\" content=\"FEDA\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/federacionespanoladeajedrez\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-05-02T11:47:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-08-06T08:34:33+00:00\" \/>\n<meta name=\"author\" content=\"feda2k16\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AjedrezEspanola\" \/>\n<meta name=\"twitter:site\" content=\"@AjedrezEspanola\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"feda2k16\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/typography\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/typography\\\/\"},\"author\":{\"name\":\"feda2k16\",\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/#\\\/schema\\\/person\\\/80aa48a4dc5c6ea03ca1dbf21ce423da\"},\"headline\":\"Typography\",\"datePublished\":\"2011-05-02T11:47:45+00:00\",\"dateModified\":\"2016-08-06T08:34:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/typography\\\/\"},\"wordCount\":607,\"publisher\":{\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/#organization\"},\"articleSection\":[\"Uncategorised\"],\"inLanguage\":\"es\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/typography\\\/\",\"url\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/typography\\\/\",\"name\":\"Typography - FEDA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/#website\"},\"datePublished\":\"2011-05-02T11:47:45+00:00\",\"dateModified\":\"2016-08-06T08:34:33+00:00\",\"description\":\"FEDA, Federaci\u00f3n Espa\u00f1ola de Ajedrez, ajedrez madrid, federarse ajedrez, campeonato de Espa\u00f1a de ajedrez, ajedrez\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/typography\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/feda.org\\\/feda2k16\\\/typography\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/typography\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Typography\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/#website\",\"url\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/\",\"name\":\"FEDA\",\"description\":\"Federaci\u00f3n Espa\u00f1ola de Ajedrez\",\"publisher\":{\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/#organization\"},\"alternateName\":\"Federaci\u00f3n Espa\u00f1ola de Ajedrez\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/#organization\",\"name\":\"FEDA\",\"alternateName\":\"Federaci\u00f3n Espa\u00f1ola de Ajedrez\",\"url\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/wp-content\\\/uploads\\\/NuevoLogo_FEDA_2016.png\",\"contentUrl\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/wp-content\\\/uploads\\\/NuevoLogo_FEDA_2016.png\",\"width\":600,\"height\":600,\"caption\":\"FEDA\"},\"image\":{\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/federacionespanoladeajedrez\\\/\",\"https:\\\/\\\/x.com\\\/AjedrezEspanola\",\"https:\\\/\\\/www.instagram.com\\\/federacionespanolaajedrez\\\/?hl=es\",\"https:\\\/\\\/www.youtube.com\\\/@FederacionEspanoladeAjedrezFED\\\/featured\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/#\\\/schema\\\/person\\\/80aa48a4dc5c6ea03ca1dbf21ce423da\",\"name\":\"feda2k16\",\"url\":\"https:\\\/\\\/feda.org\\\/feda2k16\\\/author\\\/feda2k16\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Typography - FEDA","description":"FEDA, Federaci\u00f3n Espa\u00f1ola de Ajedrez, ajedrez madrid, federarse ajedrez, campeonato de Espa\u00f1a de ajedrez, ajedrez","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:\/\/feda.org\/feda2k16\/typography\/","og_locale":"es_ES","og_type":"article","og_title":"Typography - FEDA","og_description":"FEDA, Federaci\u00f3n Espa\u00f1ola de Ajedrez, ajedrez madrid, federarse ajedrez, campeonato de Espa\u00f1a de ajedrez, ajedrez","og_url":"https:\/\/feda.org\/feda2k16\/typography\/","og_site_name":"FEDA","article_publisher":"https:\/\/www.facebook.com\/federacionespanoladeajedrez\/","article_published_time":"2011-05-02T11:47:45+00:00","article_modified_time":"2016-08-06T08:34:33+00:00","author":"feda2k16","twitter_card":"summary_large_image","twitter_creator":"@AjedrezEspanola","twitter_site":"@AjedrezEspanola","twitter_misc":{"Escrito por":"feda2k16","Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/feda.org\/feda2k16\/typography\/#article","isPartOf":{"@id":"https:\/\/feda.org\/feda2k16\/typography\/"},"author":{"name":"feda2k16","@id":"https:\/\/feda.org\/feda2k16\/#\/schema\/person\/80aa48a4dc5c6ea03ca1dbf21ce423da"},"headline":"Typography","datePublished":"2011-05-02T11:47:45+00:00","dateModified":"2016-08-06T08:34:33+00:00","mainEntityOfPage":{"@id":"https:\/\/feda.org\/feda2k16\/typography\/"},"wordCount":607,"publisher":{"@id":"https:\/\/feda.org\/feda2k16\/#organization"},"articleSection":["Uncategorised"],"inLanguage":"es"},{"@type":"WebPage","@id":"https:\/\/feda.org\/feda2k16\/typography\/","url":"https:\/\/feda.org\/feda2k16\/typography\/","name":"Typography - FEDA","isPartOf":{"@id":"https:\/\/feda.org\/feda2k16\/#website"},"datePublished":"2011-05-02T11:47:45+00:00","dateModified":"2016-08-06T08:34:33+00:00","description":"FEDA, Federaci\u00f3n Espa\u00f1ola de Ajedrez, ajedrez madrid, federarse ajedrez, campeonato de Espa\u00f1a de ajedrez, ajedrez","breadcrumb":{"@id":"https:\/\/feda.org\/feda2k16\/typography\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/feda.org\/feda2k16\/typography\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/feda.org\/feda2k16\/typography\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/feda.org\/feda2k16\/"},{"@type":"ListItem","position":2,"name":"Typography"}]},{"@type":"WebSite","@id":"https:\/\/feda.org\/feda2k16\/#website","url":"https:\/\/feda.org\/feda2k16\/","name":"FEDA","description":"Federaci\u00f3n Espa\u00f1ola de Ajedrez","publisher":{"@id":"https:\/\/feda.org\/feda2k16\/#organization"},"alternateName":"Federaci\u00f3n Espa\u00f1ola de Ajedrez","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/feda.org\/feda2k16\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/feda.org\/feda2k16\/#organization","name":"FEDA","alternateName":"Federaci\u00f3n Espa\u00f1ola de Ajedrez","url":"https:\/\/feda.org\/feda2k16\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/feda.org\/feda2k16\/#\/schema\/logo\/image\/","url":"https:\/\/feda.org\/feda2k16\/wp-content\/uploads\/NuevoLogo_FEDA_2016.png","contentUrl":"https:\/\/feda.org\/feda2k16\/wp-content\/uploads\/NuevoLogo_FEDA_2016.png","width":600,"height":600,"caption":"FEDA"},"image":{"@id":"https:\/\/feda.org\/feda2k16\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/federacionespanoladeajedrez\/","https:\/\/x.com\/AjedrezEspanola","https:\/\/www.instagram.com\/federacionespanolaajedrez\/?hl=es","https:\/\/www.youtube.com\/@FederacionEspanoladeAjedrezFED\/featured"]},{"@type":"Person","@id":"https:\/\/feda.org\/feda2k16\/#\/schema\/person\/80aa48a4dc5c6ea03ca1dbf21ce423da","name":"feda2k16","url":"https:\/\/feda.org\/feda2k16\/author\/feda2k16\/"}]}},"_links":{"self":[{"href":"https:\/\/feda.org\/feda2k16\/wp-json\/wp\/v2\/posts\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/feda.org\/feda2k16\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/feda.org\/feda2k16\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/feda.org\/feda2k16\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/feda.org\/feda2k16\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":1,"href":"https:\/\/feda.org\/feda2k16\/wp-json\/wp\/v2\/posts\/7\/revisions"}],"predecessor-version":[{"id":3642,"href":"https:\/\/feda.org\/feda2k16\/wp-json\/wp\/v2\/posts\/7\/revisions\/3642"}],"wp:attachment":[{"href":"https:\/\/feda.org\/feda2k16\/wp-json\/wp\/v2\/media?parent=7"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/feda.org\/feda2k16\/wp-json\/wp\/v2\/categories?post=7"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/feda.org\/feda2k16\/wp-json\/wp\/v2\/tags?post=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}