{"id":68003,"date":"2017-11-25T15:40:26","date_gmt":"2017-11-25T15:40:26","guid":{"rendered":"https:\/\/es.wordpress.org\/support\/topic\/cambiar-idioma-de-los-tags-de-la-seccion-blog\/"},"modified":"2017-11-25T17:01:23","modified_gmt":"2017-11-25T17:01:23","slug":"cambiar-idioma-de-los-tags-de-la-seccion-blog","status":"publish","type":"topic","link":"https:\/\/es.wordpress.org\/support\/topic\/cambiar-idioma-de-los-tags-de-la-seccion-blog\/","title":{"rendered":"cambiar idioma de los tags de la secci\u00f3n Blog"},"content":{"rendered":"<p>Hola.<\/p>\n<p>Estoy usando un tema hijo. he modificado el index.php en el hijo y va bien. pero he creado el archivo template-tags.php con la misma ruta de directorios que en el tema padre. y en este he modificdo los tags en Ingles a Espa\u00f1ol pero no me coge los cambios.<\/p>\n<pre><code>if ( ! function_exists( &#039;wp_bootstrap_starter_posted_on&#039; ) ) :\n\/**\n * Prints HTML with meta information for the current post-date\/time and author.\n *\/\nfunction wp_bootstrap_starter_posted_on() {\n\t$time_string = &#039;&lt;time class=&quot;entry-date published updated&quot; datetime=&quot;%1$s&quot;&gt;%2$s&lt;\/time&gt;&#039;;\n\tif ( get_the_time( &#039;U&#039; ) !== get_the_modified_time( &#039;U&#039; ) ) {\n        $time_string = &#039;&lt;time class=&quot;entry-date published&quot; datetime=&quot;%1$s&quot;&gt;%2$s&lt;\/time&gt;&#039;;\n\t}\n\n\t$time_string = sprintf( $time_string,\n\t\tesc_attr( get_the_date( &#039;c&#039; ) ),\n\t\tesc_html( get_the_date() )\n\t);\n\n\t$posted_on = sprintf(\n\tesc_html_x( &#039;Escrito por %s&#039;, &#039;fecha art\u00edculo&#039;, &#039;wp-bootstrap-starter&#039; ),\n\t\t&#039;&lt;a href=&quot;&#039; . esc_url( get_permalink() ) . &#039;&quot; rel=&quot;bookmark&quot;&gt;&#039; . $time_string . &#039;&lt;\/a&gt;&#039;\n\t);\n\n\t$byline = sprintf(\n\t\tesc_html_x( &#039;Por %s&#039;, &#039;Autor&#039;, &#039;wp-bootstrap-starter&#039; ),\n\t\t&#039;&lt;span class=&quot;author vcard&quot;&gt;&lt;a href=&quot;&#039; . esc_url( get_author_posts_url( get_the_author_meta( &#039;ID&#039; ) ) ) . &#039;&quot;&gt;&#039; . esc_html( get_the_author() ) . &#039;&lt;\/a&gt;&lt;\/span&gt;&#039;\n\t);\n\n\techo &#039;&lt;span class=&quot;posted-on&quot;&gt;&#039; . $posted_on . &#039;&lt;\/span&gt; | &lt;span class=&quot;byline&quot;&gt; &#039; . $byline . &#039;&lt;\/span&gt;&#039;; \/\/ WPCS: XSS OK.\n\n    if ( ! is_single() &amp;&amp; ! post_password_required() &amp;&amp; ( comments_open() || get_comments_number() ) ) {\n        echo &#039; | &lt;span class=&quot;comments-link&quot;&gt;&lt;i class=&quot;fa fa-comments&quot; aria-hidden=&quot;true&quot;&gt;&lt;\/i&gt; &#039;;\n        \/* translators: %s: post title *\/\n        comments_popup_link( sprintf( wp_kses( __( &#039;Leave a Comment&lt;span class=&quot;screen-reader-text&quot;&gt; on %s&lt;\/span&gt;&#039;, &#039;wp-bootstrap-starter&#039; ), array( &#039;span&#039; =&gt; array( &#039;class&#039; =&gt; array() ) ) ), get_the_title() ) );\n        echo &#039;&lt;\/span&gt;&#039;;\n    }\n\n}<\/code><\/pre>\n<p>la plantilla utiliza bootstrap es gratuita se llama wp-boostrap-starter<\/p>\n<p>\u00bf Que puedo hacer ?<\/p>\n","protected":false},"template":"","class_list":["post-68003","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/es.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/68003","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/es.wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/es.wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":1,"href":"https:\/\/es.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/68003\/revisions"}],"predecessor-version":[{"id":68008,"href":"https:\/\/es.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/68003\/revisions\/68008"}],"wp:attachment":[{"href":"https:\/\/es.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=68003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}