{"id":168733,"date":"2023-11-30T13:51:51","date_gmt":"2023-11-30T08:21:51","guid":{"rendered":"https:\/\/git-staging.wpastra.com\/?post_type=docs&#038;p=168733"},"modified":"2023-11-30T14:04:09","modified_gmt":"2023-11-30T08:34:09","slug":"customize-comment-title-tag","status":"publish","type":"docs","link":"https:\/\/git-staging.wpastra.com\/es\/docs\/customize-comment-title-tag\/","title":{"rendered":"Cambiar la etiqueta \"Deja un comentario"},"content":{"rendered":"<p>Cambiar la etiqueta del t\u00edtulo le permite alinear la secci\u00f3n de comentarios con el dise\u00f1o general y la marca de su sitio web. Puedes ajustar el estilo, por ejemplo a\u00f1adiendo etiquetas o clases HTML espec\u00edficas, para que sea visualmente coherente con el resto de tu sitio.<\/p>\n\n\n\n<p>Si utilizas el tema Astra y quieres personalizar la etiqueta \"Deja un comentario\" en la secci\u00f3n de comentarios, puedes hacerlo f\u00e1cilmente a\u00f1adiendo c\u00f3digo al archivo functions.php de tu tema hijo Astra.<\/p>\n\n\n\n<p>Esta gu\u00eda r\u00e1pida le guiar\u00e1 a trav\u00e9s de los pasos para cambiar la etiqueta de t\u00edtulo \"Dejar un comentario\" utilizando el fragmento de c\u00f3digo proporcionado.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-1.png\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1897\" height=\"841\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-1.png\" alt=\"Change &quot;Leave A Comment&quot; title tag\" class=\"wp-image-168734\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-1.png 1897w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-1-300x133.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-1-1024x454.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-1-768x340.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-1-1536x681.png 1536w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-1-18x8.png 18w\" sizes=\"(max-width: 1897px) 100vw, 1897px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-168733-_80961ejrwn85\"><\/a><strong>C\u00f3mo cambiar la etiqueta \"Deja un comentario<\/strong><\/h3>\n\n\n\n<p>Antes de empezar, aseg\u00farate de que tienes un sitio web WordPress activo y deber\u00edas tener acceso a los archivos de tu tema WordPress. A continuaci\u00f3n, puede seguir los siguientes pasos para cambiar la etiqueta de t\u00edtulo de dejar un comentario.<\/p>\n\n\n\n<p><strong>Paso 1: Crear un tema hijo<\/strong><\/p>\n\n\n\n<p>Antes de realizar cualquier personalizaci\u00f3n, es una buena pr\u00e1ctica crear un tema hijo para evitar que afecte a tu tema principal.<\/p>\n\n\n\n<p>Puede utilizar el generador de temas hijo para generar e instalar el tema hijo.<\/p>\n\n\n\n<p>Una vez descargado el tema hijo, vaya a su panel de control de WordPress, vaya a Apariencia &gt; Temas y haga clic en el bot\u00f3n A\u00f1adir nuevo. Sube y activa el archivo ZIP del tema hijo.<\/p>\n\n\n\n<p>Puede consultar este documento que le ayudar\u00e1 a crear un tema hijo - <a href=\"https:\/\/git-staging.wpastra.com\/es\/guides-and-tutorials\/wordpress-create-child-theme\/\">https:\/\/git-staging.wpastra.com\/wordpress-create-child-theme\/<\/a><\/p>\n\n\n\n<p><strong>Paso 2: Abra el archivo functions.php<\/strong><\/p>\n\n\n\n<p>En el panel de control de WordPress, vaya a Apariencia &gt; Editor de archivos de temas. En el Editor de temas, deber\u00eda ver una lista de archivos de tema a la derecha. Localiza y selecciona el archivo functions.php de la lista.<\/p>\n\n\n\n<p><strong>Paso 3: Editar functions.php<\/strong><\/p>\n\n\n\n<p>Abra el archivo `functions.php` en un editor de texto de su elecci\u00f3n. Inserte el siguiente fragmento de c\u00f3digo al final del archivo:<\/p>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>add_filter( 'comment_form_defaults', 'leave_a_comment_title_tag' );\r\nfunction leave_a_comment_title_tag( $defaults ){\r\n  $defaults&#91;'title_reply_before'] = '&lt;p id=\"reply-title\" class=\"comment-reply-title\">';\r\n  $defaults&#91;'title_reply_after'] = '&lt;\/p>';\r\n  return $defaults;\r\n}\r<\/code><\/pre>\n\n\n\n<p><strong>Paso 4: Guarde los cambios<\/strong><\/p>\n\n\n\n<p>Despu\u00e9s de a\u00f1adir el fragmento de c\u00f3digo, haga clic en el bot\u00f3n \"Actualizar archivo\" para guardar los cambios.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/code-snippet.png\"><img decoding=\"async\" width=\"1024\" height=\"456\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/code-snippet-1024x456.png\" alt=\"Change \u201cLeave A Comment\u201d title tag\" class=\"wp-image-168740\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/code-snippet-1024x456.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/code-snippet-300x133.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/code-snippet-768x342.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/code-snippet-1536x683.png 1536w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/code-snippet-18x8.png 18w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/code-snippet.png 1890w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p><strong>Paso 5: Comprobar el resultado<\/strong><\/p>\n\n\n\n<p>Visite una p&aacute;gina o entrada de su sitio web con comentarios habilitados, y deber&iacute;a ver la etiqueta de t&iacute;tulo &quot;Dejar un comentario&quot; personalizada de acuerdo con el c&oacute;digo que ha a&ntilde;adido. Ahora estar&aacute; encerrado en un `&lt;p&gt;` con la clase especificada.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-2.png\"><img decoding=\"async\" width=\"1902\" height=\"841\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-2.png\" alt=\"Change &quot;Leave A Comment&quot; title tag\" class=\"wp-image-168735\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-2.png 1902w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-2-300x133.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-2-1024x453.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-2-768x340.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-2-1536x679.png 1536w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168733-2-18x8.png 18w\" sizes=\"(max-width: 1902px) 100vw, 1902px\" \/><\/a><\/figure>\n\n\n\n<p>Ya est\u00e1. Has personalizado con \u00e9xito la etiqueta de t\u00edtulo \"Deja un comentario\" en tu tema hijo Astra. Esta peque\u00f1a modificaci\u00f3n puede ayudarte a alinear mejor tu secci\u00f3n de comentarios con el dise\u00f1o y estilo de tu sitio web.<\/p>","protected":false},"excerpt":{"rendered":"<p>Cambiar la etiqueta del t\u00edtulo le permite alinear la secci\u00f3n de comentarios con el dise\u00f1o general y la marca de su sitio web. Puedes ajustar el estilo, por ejemplo a\u00f1adiendo etiquetas o clases HTML espec\u00edficas, para que sea visualmente coherente con el resto de tu sitio. Si utilizas el tema Astra y quieres personalizar la secci\u00f3n \"Deja un [...]<\/p>","protected":false},"author":89,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","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":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"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":""},"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":""},"docs_category":[2111],"docs_tag":[],"class_list":{"0":"post-168733","1":"docs","2":"type-docs","3":"status-publish","5":"docs_category-blog-filters"},"spectra_custom_meta":{"_edit_lock":["1701429737:89"],"rank_math_internal_links_processed":["1"],"rank_math_primary_docs_category":["2111"],"rank_math_seo_score":["18"],"_uag_custom_page_level_css":[""],"ast-site-content-layout":["default"],"theme-transparent-header-meta":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"astra-migrate-meta-layouts":["set"],"views":["13642"],"rank_math_og_content_image":["a:2:{s:5:\"check\";s:32:\"bb835dd9c4a6320e9a94951b8b1430d8\";s:6:\"images\";a:1:{i:0;i:168734;}}"],"_edit_last":["89"],"tap_disable_autolinker":["no"],"tap_autolink_inside_heading":["global"],"tap_autolink_random_placement":["global"],"tap_post_autolinker_limit":["0"],"_wp_old_slug":["change-leave-a-comment-title-tag"],"pfd_related_docs":[""],"helpful":["0"],"unhelpful":["0"],"redirects":["1"],"_trp_automatically_translated_slug_es_ES":["personalizar-la-etiqueta-del-titulo-del-comentario"],"_uag_page_assets":["a:9:{s:3:\"css\";s:2495:\".wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 0px;}.wp-block-uagb-container.uagb-block-debf2792{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;overflow: visible;border-color: inherit;row-gap: 0px;column-gap: 0px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:6:{i:0;s:14:\"core\/paragraph\";i:1;s:10:\"core\/image\";i:2;s:12:\"core\/heading\";i:3;s:9:\"core\/code\";i:4;s:14:\"uagb\/container\";i:5;s:14:\"core\/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1775574325\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"mounikak","author_link":"https:\/\/git-staging.wpastra.com\/es\/author\/mounikak\/"},"uagb_comment_info":0,"uagb_excerpt":"Changing the title tag allows you to align the comment section with your website&#8217;s overall design and branding. You can adjust the styling, such as adding specific HTML tags or classes, to make it visually consistent with the rest of your site. If you&#8217;re using the Astra theme and want to customize the &#8220;Leave A&hellip;","_links":{"self":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/168733"}],"collection":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/users\/89"}],"replies":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/comments?post=168733"}],"version-history":[{"count":0,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/168733\/revisions"}],"wp:attachment":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/media?parent=168733"}],"wp:term":[{"taxonomy":"docs_category","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_category?post=168733"},{"taxonomy":"docs_tag","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_tag?post=168733"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}