{"id":26203,"date":"2018-05-04T00:00:00","date_gmt":"2018-05-03T18:30:00","guid":{"rendered":"https:\/\/git-staging.wpastra.com\/?post_type=docs&#038;p=26203"},"modified":"2023-05-25T15:11:24","modified_gmt":"2023-05-25T09:41:24","slug":"show-last-updated-not-published-date","status":"publish","type":"docs","link":"https:\/\/git-staging.wpastra.com\/es\/docs\/show-last-updated-not-published-date\/","title":{"rendered":"C\u00f3mo mostrar la fecha de \"\u00faltima actualizaci\u00f3n\" en lugar de la de \"publicaci\u00f3n"},"content":{"rendered":"<p>Astra muestra por defecto la fecha en la que se public\u00f3 una entrada <strong>publicado<\/strong> a los visitantes de su sitio web. Adem\u00e1s, a\u00f1ade la fecha de la \u00faltima publicaci\u00f3n. <strong>actualizado<\/strong> en el c\u00f3digo - para SEO y Schema Markup.<\/p>\n\n\n\n<figure class=\"wp-block-image alignnone\"><a href=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-astra.png\"><img fetchpriority=\"high\" decoding=\"async\" width=\"839\" height=\"172\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-astra.png\" alt=\"Astra Date Option\" class=\"wp-image-26209\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-astra.png 839w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-astra-300x62.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-astra-768x157.png 768w\" sizes=\"(max-width: 839px) 100vw, 839px\" \/><\/a><\/figure>\n\n\n\n<p>La fecha de publicaci\u00f3n aparece en el front end <\/p>\n\n\n\n<figure class=\"wp-block-image alignnone\"><a href=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-in-code-astra.png\"><img decoding=\"async\" width=\"1167\" height=\"312\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-in-code-astra.png\" alt=\"Date in Code Astra\" class=\"wp-image-26206\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-in-code-astra.png 1167w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-in-code-astra-300x80.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-in-code-astra-768x205.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-in-code-astra-1024x274.png 1024w\" sizes=\"(max-width: 1167px) 100vw, 1167px\" \/><\/a><\/figure>\n\n\n\n<p>Tanto las fechas de publicaci\u00f3n como las de actualizaci\u00f3n est\u00e1n disponibles en el marcado. <\/p>\n\n\n\n<p>Si desea visualizar <strong>\u00faltima actualizaci\u00f3n<\/strong> fecha de la entrada a sus visitantes, utilice el siguiente c\u00f3digo personalizado -<\/p>\n\n\n\n<pre class=\"wp-block-preformatted lang:default decode:true\">\/**\n * Mostrar s\u00f3lo la fecha de \u00faltima modificaci\u00f3n en los metadatos del post.\n *\n * @param String $output Marcado de la \u00faltima fecha modificada.\n * @return void\n *\/\nfunction tu_fecha_\u00faltima_modificacion( $output ) {\n\t$output = '';\n\t$format = apply_filters( 'astra_post_date_format', '' );\n\t$modified_date = esc_html( get_the_modified_date( $format ) );\n\t$modified_on = sprintf(\n\t\tesc_html( '%s' ),\n\t\t$fecha_modificada\n\t);\n\t$output .= '<span class=\"posted-on\">';\n\t1TP21Salida .= '<span class=\"post-updated\" itemprop=\"dateModified\"> ' . $modificado_on . '<\/span>';\n\t1TP21Salida .= '<\/span>';\n\treturn $output;\n}\nadd_filter( 'astra_post_date', 'your_prefix_post_date' );\n<\/pre>\n\n\n\n<p>Oculta el <strong>publicado<\/strong> fecha y hace <strong>actualizado<\/strong> fecha visible.<\/p>\n\n\n\n<p><strong>Al activar la opci\u00f3n Date Box<\/strong> para el Archivo del Blog, entonces la p\u00e1gina quedar\u00eda as\u00ed:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/date.png\"><img decoding=\"async\" width=\"1024\" height=\"377\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/date-1024x377.png\" alt=\"How to Display \u201cLast Updated\u201d instead of \u201cPublished\u201d Date\" class=\"wp-image-143559\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/date-1024x377.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/date-300x110.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/date-768x283.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/date-1536x565.png 1536w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/date.png 1576w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>En ese caso, si desea mostrar \"\u00daltima actualizaci\u00f3n\" en lugar de la fecha de \"publicaci\u00f3n\" (para el cuadro de fecha), deber\u00e1 utilizar el c\u00f3digo personalizado que se adjunta a continuaci\u00f3n.<\/p>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>\/**\n * Display only last modified date in the post Square box date format.\n *\n * @param String $output Markup for the last modified date.\n * @return void\n *\/\nfunction astra_date_box_time( $output ) {\n    $time_string = '&lt;time class=\"entry-date published\" datetime=\"%1$s\"&gt;&lt;span class=\"date-month\"&gt;%2$s&lt;\/span&gt; &lt;span class=\"date-day\"&gt;%3$s&lt;\/span&gt; &lt;span class=\"date-year\"&gt;%4$s&lt;\/span&gt;&lt;\/time&gt;&lt;time class=\"updated\" datetime=\"%5$s\"&gt;%6$s&lt;\/time&gt;';\n    $output = sprintf(\n        $time_string,\n        esc_attr( get_the_date( 'c' ) ),\n        esc_html( get_the_modified_date( 'M' ) ),\n        esc_html( get_the_modified_date( 'j' ) ),\n        esc_html( get_the_modified_date( 'Y' ) ),\n        esc_attr( get_the_modified_date( 'c' ) ),\n        esc_html( get_the_modified_date() )\n    );\n    return $output;\n}\nadd_filter( 'astra_date_box_time_format', 'astra_date_box_time' );<\/code><\/pre>\n\n\n\n<p>Despu\u00e9s de a\u00f1adir el c\u00f3digo personalizado, el cuadro de fecha tendr\u00eda el siguiente aspecto.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/Last-Updated.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"403\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/Last-Updated-1024x403.png\" alt=\"How to Display \u201cLast Updated\u201d instead of \u201cPublished\u201d Date\" class=\"wp-image-143560\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/Last-Updated-1024x403.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/Last-Updated-300x118.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/Last-Updated-768x303.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/01\/Last-Updated.png 1485w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-uagb-inline-notice uagb-inline_notice__align-left uagb-block-b924f844 uagb-inline_notice__outer-wrap\"><h4 class=\"uagb-notice-title\">Nota:<\/h4><div class=\"uagb-notice-text\"><p>1. Si desea mostrar la fecha de la \u00faltima actualizaci\u00f3n en la entrada interior y tambi\u00e9n en el cuadro de fecha, deber\u00e1 utilizar ambos c\u00f3digos.<br>2. A\u00f1ada el c\u00f3digo anterior al archivo<a href=\"https:\/\/git-staging.wpastra.com\/es\/docs\/add-custom-php-code\/#3.-in-child-theme\">\u00a0archivo functions.php del tema hijo<\/a><strong>.<\/strong><\/p><\/div><\/div>\n\n\n\n<h5 class=\"wp-block-heading\">\u00bfPor qu\u00e9 es necesario instalar un tema hijo?<\/h5>\n\n\n\n<p>Instalar un tema hijo sobre el tema Astra te permite personalizar y modificar el tema sin afectar al c\u00f3digo original del tema padre. Esto significa que puedes realizar cambios en el dise\u00f1o y la funcionalidad de tu sitio web sin preocuparte de perder tus modificaciones al actualizar el tema padre.<\/p>\n\n\n\n<p>Adem\u00e1s, el uso de un tema hijo tambi\u00e9n puede facilitar la gesti\u00f3n del c\u00f3digo de tu sitio web y evitar conflictos con otros plugins o temas. Al separar tu c\u00f3digo personalizado en un tema hijo, puedes asegurarte de que tus modificaciones est\u00e1n aisladas del c\u00f3digo del tema principal y no interferir\u00e1n con otras partes de tu sitio web.<\/p>","protected":false},"excerpt":{"rendered":"<p>Astra muestra por defecto la fecha de publicaci\u00f3n de una entrada a los visitantes de tu sitio web. Adem\u00e1s, a\u00f1ade la fecha de la \u00faltima actualizaci\u00f3n del post en el c\u00f3digo - para SEO y Schema Markup. Tanto la fecha de publicaci\u00f3n como la de actualizaci\u00f3n est\u00e1n disponibles en el c\u00f3digo. [...]<\/p>","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","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":"","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,136,137],"docs_tag":[],"class_list":{"0":"post-26203","1":"docs","2":"type-docs","3":"status-publish","5":"docs_category-blog-filters","6":"docs_category-blog","7":"docs_category-blog-pro"},"spectra_custom_meta":{"_wp_old_slug":["how-to-display-the-last-updated-date-instead-of-published-date-of-your-posts|how-to-display-the-last-updated-date-instead-of-published-date-of-your-posts","how-to-display-the-last-updated-date-instead-of-published-date-of-your-posts|how-to-display-the-last-updated-date-instead-of-published-date-of-your-posts"],"_wp_page_template":["default"],"_edit_lock":["1685009027:86"],"_edit_last":["86"],"onesignal_meta_box_present":["1"],"onesignal_send_notification":[""],"wpil_sync_report3":["1"],"site-sidebar-layout":["default"],"site-content-layout":["default"],"theme-transparent-header-meta":["default"],"_yoast_wpseo_content_score":["90"],"wpil_links_inbound_internal_count":["0"],"wpil_links_inbound_internal_count_data":["a:0:{}"],"wpil_links_outbound_internal_count":["3"],"wpil_links_outbound_internal_count_data":["a:3:{i:0;a:9:{s:3:\"url\";s:73:\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-astra.png\";s:8:\"url_real\";s:73:\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-astra.png\";s:4:\"host\";s:11:\"wpastra.com\";s:9:\"host_real\";s:11:\"wpastra.com\";s:8:\"internal\";b:1;s:7:\"post_id\";i:0;s:6:\"anchor\";s:116:\"<img src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-astra.png\" alt=\"\" class=\"wp-image-26209\"\/>\";s:15:\"added_by_plugin\";b:0;s:10:\"post_title\";s:0:\"\";}i:1;a:9:{s:3:\"url\";s:81:\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-in-code-astra.png\";s:8:\"url_real\";s:81:\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-in-code-astra.png\";s:4:\"host\";s:11:\"wpastra.com\";s:9:\"host_real\";s:11:\"wpastra.com\";s:8:\"internal\";b:1;s:7:\"post_id\";i:0;s:6:\"anchor\";s:124:\"<img src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2018\/05\/date-in-code-astra.png\" alt=\"\" class=\"wp-image-26206\"\/>\";s:15:\"added_by_plugin\";b:0;s:10:\"post_title\";s:0:\"\";}i:2;a:9:{s:3:\"url\";s:57:\"https:\/\/git-staging.wpastra.com\/docs\/add-custom-php-code\/\";s:8:\"url_real\";s:57:\"https:\/\/git-staging.wpastra.com\/docs\/add-custom-php-code\/\";s:4:\"host\";s:11:\"wpastra.com\";s:9:\"host_real\";s:11:\"wpastra.com\";s:8:\"internal\";b:1;s:7:\"post_id\";i:0;s:6:\"anchor\";s:27:\"How to Add Custom PHP Code?\";s:15:\"added_by_plugin\";b:0;s:10:\"post_title\";s:0:\"\";}}"],"wpil_links_outbound_external_count":["0"],"wpil_links_outbound_external_count_data":["a:0:{}"],"wpil_sync_report2_time":["2019-08-28T08:19:49+00:00"],"_ppc_meta_key":["a:8:{s:20:\"ppc_key5d92f85d42273\";s:60:\"Images &amp; Names Correctly. Title &amp; Alt Tags are Given\";s:8:\"ppc_key4\";s:15:\"Formatting Done\";s:8:\"ppc_key2\";s:23:\"Featured Image Assigned\";s:8:\"ppc_key3\";s:17:\"Category Selected\";s:8:\"ppc_key5\";s:15:\"Title is Catchy\";s:8:\"ppc_key6\";s:22:\"Social Images Assigned\";s:8:\"ppc_key7\";s:8:\"Done SEO\";s:8:\"ppc_key8\";s:28:\"Spelling and Grammar Checked\";}"],"tap_disable_autolinker":["no"],"tap_autolink_inside_heading":["global"],"tap_autolink_random_placement":["global"],"tap_post_autolinker_limit":["0"],"_yoast_wpseo_title":["How to Display \"Last Updated\" Date Instead of \"Published\" Date in Astra?"],"_ht_kb_post_views_count":["11"],"_ht_kb_usefulness":["0"],"_ht_article_order_136":["26203"],"_ht_article_order_103":["26203"],"_ht_article_order_137":["26203"],"wp_last_modified_info":["May 25, 2023 @ 3:11 PM"],"wplmi_shortcode":["[lmt-post-modified-info]"],"views":["9828"],"helpful":["10"],"unhelpful":["28"],"redirects":["23"],"_lmt_disableupdate":["no"],"_wplmi_last_modified":["2023-05-25 15:11:24"],"rank_math_title":["How to Display \"Last Updated\" Date Instead of \"Published\" Date in Astra?"],"rank_math_news_sitemap_robots":["index"],"rank_math_robots":["a:1:{i:0;s:5:\"index\";}"],"rank_math_analytic_object_id":["1111"],"rank_math_seo_score":["19"],"rank_math_internal_links_processed":["1"],"rank_math_primary_docs_category":["137"],"rank_math_og_content_image":["a:2:{s:5:\"check\";s:32:\"39660f88f82bc904f26fb13a6a57d8e9\";s:6:\"images\";a:2:{i:0;i:26209;i:1;i:26206;}}"],"pfd_related_docs":[""],"_wpml_media_duplicate":["1"],"_trp_automatically_translated_slug_es_ES":["mostrar-fecha-de-ultima-actualizacion-no-publicada"],"_uag_page_assets":["a:9:{s:3:\"css\";s:5274:\" .uagb-block-b924f844.wp-block-uagb-inline-notice .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-b924f844 .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;background-color: #fff8e1;border: 2px solid #fdf4c9;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;} .uagb-block-b924f844.uagb-dismissable button[type=\"button\"] svg{width: 16px;height: 16px;top: 15px;} .uagb-block-b924f844.uagb-dismissable > svg{width: 16px;height: 16px;top: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-left button[type=\"button\"] svg{right: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-left svg{right: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-center button[type=\"button\"] svg{right: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-center svg{right: 15px;} .uagb-block-b924f844 .uagb-notice-title{background-color: #fdf4c9;border-top-right-radius: 3px;border-top-left-radius: 3px;} .uagb-block-b924f844.uagb-inline_notice__align-right button[type=\"button\"] svg{left: 15px;}@media only screen and (max-width: 976px) { .uagb-block-b924f844 .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-b924f844 .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-b924f844.uagb-dismissable button[type=\"button\"] svg{top: 15px;} .uagb-block-b924f844.uagb-dismissable > svg{top: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-left button[type=\"button\"] svg{right: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-left svg{right: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-center button[type=\"button\"] svg{right: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-center svg{right: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-right button[type=\"button\"] svg{left: 15px;}}@media only screen and (max-width: 767px) { .uagb-block-b924f844 .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-b924f844 .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-b924f844.uagb-dismissable button[type=\"button\"] svg{top: 15px;} .uagb-block-b924f844.uagb-dismissable > svg{top: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-left button[type=\"button\"] svg{right: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-left svg{right: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-center button[type=\"button\"] svg{right: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-center svg{right: 15px;} .uagb-block-b924f844.uagb-inline_notice__align-right button[type=\"button\"] svg{left: 15px;}}.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:271:\"document.addEventListener(\"DOMContentLoaded\", function(){ window.addEventListener( 'DOMContentLoaded', function() {\n\tUAGBInlineNotice.init( {\"c_id\":null,\"cookies\":false,\"close_cookie_days\":1,\"noticeDismiss\":\"\",\"icon\":\"rectangle-xmark\"}, '.uagb-block-b924f844' );\n});\n });\";s:18:\"current_block_list\";a:8:{i:0;s:14:\"core\/paragraph\";i:1;s:10:\"core\/image\";i:2;s:17:\"core\/preformatted\";i:3;s:9:\"core\/code\";i:4;s:18:\"uagb\/inline-notice\";i:5;s:12:\"core\/heading\";i:6;s:14:\"uagb\/container\";i:7;s:14:\"core\/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1777296371\";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":"Sujay Pawar","author_link":"https:\/\/git-staging.wpastra.com\/es\/author\/sujay\/"},"uagb_comment_info":0,"uagb_excerpt":"Astra by default displays the date when a post was published to your website visitors. Plus it adds the date when the post was last updated in the code &#8211; for SEO and Schema Markup. Published date is displayed in the front end Both, published as well as updated dates are available in the markup.&hellip;","_links":{"self":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/26203"}],"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\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/comments?post=26203"}],"version-history":[{"count":0,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/26203\/revisions"}],"wp:attachment":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/media?parent=26203"}],"wp:term":[{"taxonomy":"docs_category","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_category?post=26203"},{"taxonomy":"docs_tag","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_tag?post=26203"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}