{"id":3169,"date":"2023-10-04T10:00:00","date_gmt":"2023-10-04T10:00:00","guid":{"rendered":"https:\/\/elasvi.com\/?p=3169"},"modified":"2023-10-03T16:06:58","modified_gmt":"2023-10-03T16:06:58","slug":"crear-un-indice-para-tus-paginas-en-wordpress-utilizando-html","status":"publish","type":"post","link":"https:\/\/elasvi.com\/index.php\/2023\/10\/04\/crear-un-indice-para-tus-paginas-en-wordpress-utilizando-html\/","title":{"rendered":"Crear un \u00edndice para tus p\u00e1ginas en WordPress utilizando HTML"},"content":{"rendered":"\n<style>\n  \/* Estilos para el \u00edndice *\/\n  .indice {\n    background-color: #f4f4f4;\n    border: 1px solid #ddd;\n    border-radius: 10px;\n    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);\n    padding: 20px;\n  }\n\n  .indice h2 {\n    font-size: 1.8em;\n    color: #333;\n    margin-bottom: 10px;\n  }\n\n  .indice ul {\n    list-style-type: none;\n    padding: 0;\n  }\n\n  .indice li {\n    margin: 10px 0;\n    transition: transform 0.2s;\n  }\n\n  .indice a {\n    text-decoration: none;\n    color: #0073e6;\n    font-weight: bold;\n    transition: color 0.3s;\n  }\n\n  .indice a:hover {\n    color: #0052a5;\n  }\n\n  \/* Efecto de resaltado al pasar el rat\u00f3n sobre los elementos de la lista *\/\n  .indice li:hover {\n    transform: scale(1.05);\n  }\n<\/style>\n\n<div class=\"indice\">\n  <h2>\u00cdndice:<\/h2>\n  <ul>\n    <li><a href=\"#secciona\">Ejemplo 1: \u00cdndice sencillo<\/a><\/li>\n    <li><a href=\"#seccionb\">Ejemplo 2: Contenido prueba para los \u00edndices<\/a><\/li>\n    <li><a href=\"#seccionc\">Ejemplo 3: \u00cdndice con CSS<\/a><\/li>\n    <li><a href=\"#secciond\">Ejemplo 4: \u00cdndice con CSS<\/a><\/li>\n  <\/ul>\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<p>Contin\u00fae leyendo o si prefiere haga <a href=\"https:\/\/youtu.be\/WZRxk-g4VYY\" target=\"_blank\" rel=\"noreferrer noopener\">CLIC AQU\u00cd<\/a> para ir a un enlace a YouTube donde podr\u00e1 ver un tutorial paso a paso. Para crear un \u00edndice para tus p\u00e1ginas en WordPress utilizando HTML, puedes seguir estos pasos:<\/p>\n\n\n\n<p><strong>Accede al Editor de P\u00e1ginas de WordPress:<\/strong> Inicia sesi\u00f3n en tu panel de administraci\u00f3n de WordPress y navega hasta la p\u00e1gina en la que deseas agregar el \u00edndice. Luego, selecciona la opci\u00f3n \u00abEditar\u00bb para abrir el editor de esa p\u00e1gina.<\/p>\n\n\n\n<p><strong>Habilita el Editor de HTML:<\/strong> Una vez que est\u00e9s en el editor de p\u00e1ginas, haz clic izquierdo en el bot\u00f3n \u00abA\u00f1adir bloque\u00bb, busca \u00abHTML personalizado\u00bb y selecci\u00f3nalo. Esto te permitir\u00e1 trabajar con el c\u00f3digo HTML directamente.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2023\/09\/cap1.jpg\" alt=\"\" class=\"wp-image-3201\" width=\"-464\" height=\"-421\"\/><\/figure><\/div>\n\n\n\n<p><strong>Inserta el C\u00f3digo del \u00cdndice:<\/strong> Ahora, puedes agregar el c\u00f3digo HTML necesario para crear el \u00edndice. A continuaci\u00f3n, te mostrar\u00e9 un ejemplo b\u00e1sico de un \u00edndice:<\/p>\n\n\n\n<h2 id=\"secciona\">Ejemplo 1: \u00cdndice sencillo<\/h2>\n\n\n\n<p><strong>C\u00f3digo<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=\"indice1\"&gt;\n  &lt;h2&gt;\u00cdndice:&lt;\/h2&gt;\n  &lt;ul&gt;\n    &lt;li&gt;&lt;a href=\"#seccion1\"&gt;Secci\u00f3n 1: Introducci\u00f3n&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"#seccion2\"&gt;Secci\u00f3n 2: Desarrollo&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"#seccion3\"&gt;Secci\u00f3n 3: Conclusi\u00f3n&lt;\/a&gt;&lt;\/li&gt;\n  &lt;\/ul&gt;\n&lt;\/div&gt;<\/code><\/pre>\n\n\n\n<p>En este ejemplo, hemos creado un div con la clase \u00abindice\u00bb que contiene una lista desordenada (ul) con enlaces (li) a las secciones de la p\u00e1gina. <\/p>\n\n\n\n<p><strong>Vista<\/strong><\/p>\n\n\n\n<div class=\"indice1\">\n  <h2>\u00cdndice:<\/h2>\n  <ul>\n    <li><a href=\"#seccion1\">Secci\u00f3n 1: Introducci\u00f3n<\/a><\/li>\n    <li><a href=\"#seccion2\">Secci\u00f3n 2: Desarrollo<\/a><\/li>\n    <li><a href=\"#seccion3\">Secci\u00f3n 3: Conclusi\u00f3n<\/a><\/li>\n  <\/ul>\n<\/div>\n\n\n\n<p>Cada enlace utiliza el atributo <code>href<\/code> para enlazar a una secci\u00f3n espec\u00edfica dentro de la p\u00e1gina, identificada por el atributo <code>id<\/code>. #seccion1 con seccion1 y as\u00ed sucesivamente.<\/p>\n\n\n\n<h2 id=\"seccionb\">Ejemplo 2: Contenido prueba para los \u00edndices<\/h2>\n\n\n\n<p><strong>C\u00f3digo<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!-- Aqu\u00ed empieza tu contenido --&gt;\n&lt;h2 id=\"seccion1\"&gt;Secci\u00f3n 1: Introducci\u00f3n&lt;\/h2&gt;\n&lt;p&gt;Contenido de la secci\u00f3n 1...&lt;\/p&gt;\n\n&lt;h2 id=\"seccion2\"&gt;Secci\u00f3n 2: Desarrollo&lt;\/h2&gt;\n&lt;p&gt;Contenido de la secci\u00f3n 2...&lt;\/p&gt;\n\n&lt;h2 id=\"seccion3\"&gt;Secci\u00f3n 3: Conclusi\u00f3n&lt;\/h2&gt;\n&lt;p&gt;Contenido de la secci\u00f3n 3...&lt;\/p&gt;<\/code><\/pre>\n\n\n\n<p><strong>Vista (Le puse texto de ejemplo en Contenido de la secci\u00f3n 1, 2 y 3)<\/strong><\/p>\n\n\n\n<!-- Aqu\u00ed empieza tu contenido -->\n<h2 id=\"seccion1\">Secci\u00f3n 1: Introducci\u00f3n<\/h2>\n<p>Contenido de la secci\u00f3n 1. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<\/p>\n\n<h2 id=\"seccion2\">Secci\u00f3n 2: Desarrollo<\/h2>\n<p>Contenido de la secci\u00f3n 2. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using &#8216;Content here, content here&#8217;, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for &#8216;lorem ipsum&#8217; will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using &#8216;Content here, content here&#8217;, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for &#8216;lorem ipsum&#8217; will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).<\/p>\n\n<h2 id=\"seccion3\">Secci\u00f3n 3: Conclusi\u00f3n<\/h2>\n<p>Contenido de la secci\u00f3n 3. Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \u00abde Finibus Bonorum et Malorum\u00bb (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \u00abLorem ipsum dolor sit amet..\u00bb, comes from a line in section 1.10.32.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \u00abde Finibus Bonorum et Malorum\u00bb by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham. Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \u00abde Finibus Bonorum et Malorum\u00bb (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \u00abLorem ipsum dolor sit amet..\u00bb, comes from a line in section 1.10.32.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \u00abde Finibus Bonorum et Malorum\u00bb by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.<\/p>\n\n\n\n<p><strong>Personaliza el \u00cdndice:<\/strong> Puedes personalizar el c\u00f3digo del \u00edndice seg\u00fan tus necesidades. Por ejemplo, puedes cambiar el texto y los enlaces para que coincidan con las secciones de tu p\u00e1gina.<\/p>\n\n\n\n<p>Aqu\u00ed te dejo ejemplos de \u00edndices m\u00e1s estilizados utilizando HTML y CSS para que puedas personalizarlo seg\u00fan tus preferencias:<\/p>\n\n\n\n<h2 id=\"seccionc\">Ejemplo 3: \u00cdndice con CSS<\/h2>\n\n\n\n<p><strong>C\u00f3digo<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;style&gt;\n  \/* Estilos para el \u00edndice *\/\n  .indice2 {\n    background-color: #f5f5f5;\n    border: 1px solid #ddd;\n    padding: 15px;\n    border-radius: 5px;\n    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);\n  }\n\n  .indice2 h2 {\n    font-size: 1.2em;\n    margin-top: 0;\n    color: #333;\n  }\n\n  .indice2 ul {\n    list-style: none;\n    padding: 0;\n  }\n\n  .indice2 li {\n    margin: 5px 0;\n  }\n\n  .indice2 a {\n    text-decoration: none;\n    color: #0073e6;\n    font-weight: bold;\n    transition: color 0.3s;\n  }\n\n  .indice2 a:hover {\n    color: #0052a5;\n  }\n&lt;\/style&gt;\n\n&lt;div class=\"indice2\"&gt;\n  &lt;h2&gt;\u00cdndice:&lt;\/h2&gt;\n  &lt;ul&gt;\n    &lt;li&gt;&lt;a href=\"#seccion1\"&gt;Secci\u00f3n 1: Introducci\u00f3n&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"#seccion2\"&gt;Secci\u00f3n 2: Desarrollo&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"#seccion3\"&gt;Secci\u00f3n 3: Conclusi\u00f3n&lt;\/a&gt;&lt;\/li&gt;\n  &lt;\/ul&gt;\n&lt;\/div&gt;<\/code><\/pre>\n\n\n\n<p><strong>Vista<\/strong><\/p>\n\n\n\n<style>\n  \/* Estilos para el \u00edndice *\/\n  .indice2 {\n    background-color: #f5f5f5;\n    border: 1px solid #ddd;\n    padding: 15px;\n    border-radius: 5px;\n    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);\n  }\n\n  .indice2 h2 {\n    font-size: 1.2em;\n    margin-top: 0;\n    color: #333;\n  }\n\n  .indice2 ul {\n    list-style: none;\n    padding: 0;\n  }\n\n  .indice2 li {\n    margin: 5px 0;\n  }\n\n  .indice2 a {\n    text-decoration: none;\n    color: #0073e6;\n    font-weight: bold;\n    transition: color 0.3s;\n  }\n\n  .indice2 a:hover {\n    color: #0052a5;\n  }\n<\/style>\n\n<div class=\"indice2\">\n  <h2>\u00cdndice:<\/h2>\n  <ul>\n    <li><a href=\"#seccion1\">Secci\u00f3n 1: Introducci\u00f3n<\/a><\/li>\n    <li><a href=\"#seccion2\">Secci\u00f3n 2: Desarrollo<\/a><\/li>\n    <li><a href=\"#seccion3\">Secci\u00f3n 3: Conclusi\u00f3n<\/a><\/li>\n  <\/ul>\n<\/div>\n\n\n\n<p>En este ejemplo, he a\u00f1adido estilos CSS para darle un aspecto m\u00e1s atractivo al \u00edndice. Puedes personalizar los colores, las fuentes y otros estilos seg\u00fan tus preferencias. Adem\u00e1s, he incluido un efecto de cambio de color en los enlaces cuando pasas el cursor sobre ellos para hacerlo m\u00e1s interactivo.<\/p>\n\n\n\n<h2 id=\"secciond\">Ejemplo 4: \u00cdndice con CSS<\/h2>\n\n\n\n<p><strong>C\u00f3digo<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;style&gt;\n  \/* Estilos para el \u00edndice *\/\n  .indice3 {\n    background-color: #333;\n    color: #fff;\n    border-radius: 8px;\n    padding: 20px;\n    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);\n  }\n\n  .indice3 h2 {\n    font-size: 1.8em;\n    color: #ff5733;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .indice3 ul {\n    list-style-type: none;\n    padding: 0;\n  }\n\n  .indice3 li {\n    margin: 10px 0;\n    transition: transform 0.2s;\n  }\n\n  .indice3 a {\n    text-decoration: none;\n    color: #ff5733;\n    font-weight: bold;\n    transition: color 0.3s;\n  }\n\n  .indice3 a:hover {\n    color: #ffa07a;\n  }\n\n  \/* Efecto de resaltado al pasar el rat\u00f3n sobre los elementos de la lista *\/\n  .indice3 li:hover {\n    transform: scale(1.05);\n  }\n&lt;\/style&gt;\n\n&lt;div class=\"indice3\"&gt;\n  &lt;h2&gt;Contenido:&lt;\/h2&gt;\n  &lt;ul&gt;\n    &lt;li&gt;&lt;a href=\"#seccion1\"&gt;Secci\u00f3n 1: Introducci\u00f3n&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"#seccion2\"&gt;Secci\u00f3n 2: Desarrollo&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"#seccion3\"&gt;Secci\u00f3n 3: Conclusi\u00f3n&lt;\/a&gt;&lt;\/li&gt;\n  &lt;\/ul&gt;\n&lt;\/div&gt;\n\n<\/code><\/pre>\n\n\n\n<p><strong>Vista<\/strong><\/p>\n\n\n\n<style>\n  \/* Estilos para el \u00edndice *\/\n  .indice3 {\n    background-color: #333;\n    color: #fff;\n    border-radius: 8px;\n    padding: 20px;\n    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);\n  }\n\n  .indice3 h2 {\n    font-size: 1.8em;\n    color: #ff5733;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .indice3 ul {\n    list-style-type: none;\n    padding: 0;\n  }\n\n  .indice3 li {\n    margin: 10px 0;\n    transition: transform 0.2s;\n  }\n\n  .indice3 a {\n    text-decoration: none;\n    color: #ff5733;\n    font-weight: bold;\n    transition: color 0.3s;\n  }\n\n  .indice3 a:hover {\n    color: #ffa07a;\n  }\n\n  \/* Efecto de resaltado al pasar el rat\u00f3n sobre los elementos de la lista *\/\n  .indice3 li:hover {\n    transform: scale(1.05);\n  }\n<\/style>\n\n<div class=\"indice3\">\n  <h2>Contenido:<\/h2>\n  <ul>\n    <li><a href=\"#seccion1\">Secci\u00f3n 1: Introducci\u00f3n<\/a><\/li>\n    <li><a href=\"#seccion2\">Secci\u00f3n 2: Desarrollo<\/a><\/li>\n    <li><a href=\"#seccion3\">Secci\u00f3n 3: Conclusi\u00f3n<\/a><\/li>\n  <\/ul>\n<\/div>\n\n\n\n<p>En este ejemplo, he utilizado colores llamativos, tipograf\u00eda en may\u00fasculas y un dise\u00f1o moderno con una sombra sutil para resaltar el \u00edndice. Adem\u00e1s, se ha agregado un efecto de escala suave al pasar el rat\u00f3n sobre los elementos de la lista para mejorar la interacci\u00f3n.<\/p>\n\n\n\n<p><strong>Guarda los Cambios:<\/strong> Una vez que hayas insertado el \u00edndice y personalizado seg\u00fan tus preferencias, aseg\u00farate de guardar los cambios en tu p\u00e1gina.<\/p>\n\n\n\n<p><strong>Previsualiza y Publica:<\/strong> Antes de publicar los cambios en tu p\u00e1gina, es recomendable previsualizar la p\u00e1gina para asegurarte de que el \u00edndice funcione correctamente. Luego, puedes hacer clic en el bot\u00f3n \u00abPublicar\u00bb para que los cambios sean visibles en tu sitio web.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00cdndice: Ejemplo 1: \u00cdndice sencillo Ejemplo 2: Contenido prueba para los \u00edndices Ejemplo 3: \u00cdndice con CSS Ejemplo 4: \u00cdndice con CSS Contin\u00fae leyendo o si prefiere haga CLIC AQU\u00cd para ir a un enlace a YouTube donde podr\u00e1 ver un tutorial paso a paso. Para crear un \u00edndice para tus p\u00e1ginas en WordPress utilizando [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3208,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[40],"tags":[],"class_list":["post-3169","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress"],"_links":{"self":[{"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/posts\/3169","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/comments?post=3169"}],"version-history":[{"count":17,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/posts\/3169\/revisions"}],"predecessor-version":[{"id":3209,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/posts\/3169\/revisions\/3209"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/media\/3208"}],"wp:attachment":[{"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/media?parent=3169"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/categories?post=3169"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/tags?post=3169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}