{"id":10106,"date":"2018-08-11T00:00:23","date_gmt":"2018-08-10T22:00:23","guid":{"rendered":"https:\/\/www.seopress.org\/es\/?post_type=documentation&#038;p=8213"},"modified":"2022-09-06T11:43:33","modified_gmt":"2022-09-06T09:43:33","slug":"reparar-la-falta-de-add_theme_support-en-tu-tema","status":"publish","type":"documentation","link":"https:\/\/www.seopress.org\/es\/soporte\/guias\/reparar-la-falta-de-add_theme_support-en-tu-tema\/","title":{"rendered":"Reparar la falta de add_theme_support en tu tema"},"content":{"rendered":"<p>Desde WordPress 4.1, debe usar <code>add_theme_support ('title-tag');<\/code> en sus functions.php de su tema para mostrar el t\u00edtulo meta correctamente.<\/p>\n<p>Primero, abra su archivo header.php y verifique si <code>&lt;title&gt;&lt;?php wp_title(); ?&gt;<\/code> est\u00e1 presente.<\/p>\n<p>Si es verdadero, elimine esta l\u00ednea.<\/p>\n<p>Luego, vaya a su archivo functions.php de su tema hijo (o tema si no tiene uno) y agregue este fragmento:<\/p>\n<pre>funci\u00f3n seopress_theme_slug_setup () {\r\n     add_theme_support ('title-tag');\r\n}\r\nadd_action ('after_setup_theme', 'seopress_theme_slug_setup');<\/pre>\n<p>\u00a1Esta es la forma correcta de mostrar tu meta t\u00edtulo en WordPress desde 2015! Obtenga m\u00e1s informaci\u00f3n en el <a href=\"https:\/\/make.wordpress.org\/core\/2015\/10\/20\/document-title-in-4-4\/\" target=\"_blank\" rel=\"noopener\">blog oficial de WordPress<\/a>.<\/p>\n","protected":false},"featured_media":0,"parent":0,"template":"","meta":{"_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[{"_seopress_pro_rich_snippets_type":"none"}],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","editor_notices":[],"footnotes":""},"class_list":{"0":"post-10106","1":"documentation","2":"type-documentation","3":"status-publish","5":"documentation_type-guias","6":"product-seopress-free"},"acf":[],"_links":{"self":[{"href":"https:\/\/www.seopress.org\/es\/wp-json\/wp\/v2\/documentation\/10106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.seopress.org\/es\/wp-json\/wp\/v2\/documentation"}],"about":[{"href":"https:\/\/www.seopress.org\/es\/wp-json\/wp\/v2\/types\/documentation"}],"version-history":[{"count":0,"href":"https:\/\/www.seopress.org\/es\/wp-json\/wp\/v2\/documentation\/10106\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.seopress.org\/es\/wp-json\/wp\/v2\/media?parent=10106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}