{"id":29631,"date":"2022-11-29T17:29:53","date_gmt":"2022-11-29T16:29:53","guid":{"rendered":"https:\/\/woosimon.com\/?p=29631"},"modified":"2022-11-29T17:33:20","modified_gmt":"2022-11-29T16:33:20","slug":"how-to-create-a-wordpress-child-theme","status":"publish","type":"post","link":"https:\/\/woosimon.com\/es\/how-to-create-a-wordpress-child-theme\/","title":{"rendered":"C\u00f3mo crear un tema hijo de WordPress"},"content":{"rendered":"<p><br><br>Un tema secundario es una excelente manera de personalizar su sitio de WordPress sin tener que preocuparse por perder sus cambios cuando se lanza una nueva actualizaci\u00f3n. \u00a1Te dar\u00e1 todos los estilos y funciones de tu tema principal, pero la libertad de hacer ajustes y cambios sin temor a romper nada!<\/p>\n\n\n\t\t\t\t<div class=\"wp-block-uagb-table-of-contents uagb-toc__align-left uagb-toc__columns-1  uagb-block-530b6dfa\"\n\t\t\t\t\tdata-scroll= \"1\"\n\t\t\t\t\tdata-offset= \"30\"\n\t\t\t\t\tstyle=\"\"\n\t\t\t\t>\n\t\t\t\t<div class=\"uagb-toc__wrap\">\n\t\t\t\t\t\t<div class=\"uagb-toc__title\">\n\t\t\t\t\t\t\tTabla de contenidos\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"uagb-toc__list-wrap\">\n\t\t\t\t\t\t<ol class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#what-is-a-wordpress-child-theme\" class=\"uagb-toc-link__trigger\">\u00bfQu\u00e9 es un tema infantil de WordPress?<\/a><li class=\"uagb-toc__list\"><a href=\"#why-use-a-child-theme\" class=\"uagb-toc-link__trigger\">\u00bfPor qu\u00e9 usar un tema hijo?<\/a><li class=\"uagb-toc__list\"><a href=\"#how-to-create-a-wordpress-child-theme\" class=\"uagb-toc-link__trigger\">C\u00f3mo crear un tema hijo de WordPress<\/a><ul class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#option-1-download-from-theme-author\" class=\"uagb-toc-link__trigger\">Opci\u00f3n 1: Descargar desde el autor del tema<\/a><li class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#option-2-use-a-plugin\" class=\"uagb-toc-link__trigger\">Opci\u00f3n 2: usar un complemento<\/a><li class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#option-3-manual-creation\" class=\"uagb-toc-link__trigger\">Opci\u00f3n 3: Creaci\u00f3n Manual<\/a><ul class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#step-1-create-a-child-theme-folder\" class=\"uagb-toc-link__trigger\">Paso 1: crear una carpeta de tema infantil<\/a><li class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#step-2-create-a-stylesheet\" class=\"uagb-toc-link__trigger\">Paso 2: crea una hoja de estilo<\/a><li class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#step-3-enqueue-stylesheet\" class=\"uagb-toc-link__trigger\">Paso 3: Poner en cola la hoja de estilo<\/a><li class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#step-4-zip-it\" class=\"uagb-toc-link__trigger\">Paso 4: Ci\u00e9rralo<\/a><\/li><\/ul><\/li><\/ul><\/li><li class=\"uagb-toc__list\"><a href=\"#install-activate-the-child-theme\" class=\"uagb-toc-link__trigger\">Instalar y activar el tema infantil<\/a><li class=\"uagb-toc__list\"><a href=\"#conclusion\" class=\"uagb-toc-link__trigger\">Conclusi\u00f3n<\/a><\/ul><\/ul><\/ol>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\u00bfQu\u00e9 es un tema infantil de WordPress?<\/h2>\n\n\n\n<p>Un tema hijo de WordPress es un tema que hereda la funcionalidad de otro tema, llamado tema padre. Los temas secundarios a menudo se usan cuando desea personalizar o modificar un tema de WordPress existente sin perder la capacidad de actualizar ese tema en el futuro.<br><br>Debido a que un tema secundario hereda su funcionalidad del tema principal, solo necesita incluir los archivos en el tema secundario que desea modificar. Esto mantiene el tema de su hijo esbelto y facilita la actualizaci\u00f3n de los temas principal y secundario en el futuro.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u00bfPor qu\u00e9 usar un tema hijo?<\/h2>\n\n\n\n<p>Hay algunas buenas razones para usar un tema hijo:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Si realiza cambios en el c\u00f3digo de su tema, esos cambios se perder\u00e1n cuando se actualice el tema. Al usar un tema secundario, puede mantener sus personalizaciones y a\u00fan as\u00ed aprovechar las actualizaciones del tema.<\/li>\n\n\n\n<li>Los temas secundarios son una excelente manera de aprender sobre los temas de WordPress. Puede comenzar con un tema principal que ya tenga todas las funciones y el c\u00f3digo que necesita, y luego experimentar con cambios en su tema secundario sin afectar el tema principal.<\/li>\n\n\n\n<li>Si desea distribuir sus personalizaciones como un tema independiente, puede hacerlo empaquetando su tema secundario junto con su tema principal.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">C\u00f3mo crear un tema hijo de WordPress<\/h2>\n\n\n\n<p>Hay 3 m\u00e9todos de dificultad variable seg\u00fan el tema que est\u00e9 utilizando y su nivel de conocimiento de programaci\u00f3n.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Opci\u00f3n 1: Descargar desde el autor del tema<\/h3>\n\n\n\n<p>Muchos autores de temas le permiten descargar un tema secundario preempaquetado. Yo uso Astra Pro, por ejemplo, que ofrece este servicio. Todo lo que tienes que hacer es visitar su sitio web y descargar el archivo ZIP.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Opci\u00f3n 2: usar un complemento<\/h3>\n\n\n\n<p>Hay varios complementos gratuitos en el repositorio de WordPress que crear\u00e1n autom\u00e1ticamente un tema secundario para usted. Nunca he usado un complemento de creador de temas para ni\u00f1os, as\u00ed que no puedo responder por ellos, pero <a href=\"https:\/\/en-gb.wordpress.org\/plugins\/child-theme-configurator\/\" target=\"_blank\" rel=\"noreferrer noopener\">Configurador de temas secundarios<\/a> tiene muchas instalaciones, buenas cr\u00edticas y se ha actualizado recientemente en el momento de escribir este art\u00edculo. <a href=\"https:\/\/woosimon.com\/es\/a-quick-guide-to-choosing-wordpress-plugins\/\">Consulte mi gu\u00eda para elegir complementos de WordPress aqu\u00ed<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Opci\u00f3n 3: Creaci\u00f3n Manual<\/h3>\n\n\n\n<p>Crear manualmente un tema hijo es relativamente simple. En realidad son solo dos archivos: un estilo.css y funciones.php.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Paso 1: crear una carpeta de tema infantil<\/h4>\n\n\n\n<p>Cree una nueva carpeta con un nombre descriptivo, normalmente tiene sentido nombrarla <strong>nombre-del-tema-hijo<\/strong> (donde themename es el nombre de su tema actual.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Paso 2: crea una hoja de estilo<\/h4>\n\n\n\n<p>El archivo style.css es donde agregar\u00e1 todo su c\u00f3digo CSS. Este archivo debe guardarse en la carpeta del tema secundario que acaba de crear.<br><br>Para crear el archivo style.css, abra un editor de texto (como el Bloc de notas o TextEdit) y agregue el siguiente c\u00f3digo:<\/p>\n\n\n\n<pre class=\"wp-block-code has-ast-global-color-0-color has-ast-global-color-8-background-color has-text-color has-background\"><code>\/*<br>Nombre del tema: Tema de mi hijo<br>URI del tema: http:\/\/example.com\/my-child-theme\/<br>Descripci\u00f3n: Un tema hijo para Mi Tema<br>Autor: John Doe<br>Autor URI: http:\/\/example.com\/<br>Plantilla: mi-tema<br>Versi\u00f3n: 1.0.0<br>*\/<br><br>\/* Iniciar c\u00f3digo CSS personalizado *\/<br><br>\/* Fin del c\u00f3digo CSS personalizado *\/<br><\/code><\/pre>\n\n\n\n<p>Aseg\u00farese de reemplazar &quot;Mi tema secundario&quot; con el nombre de su tema secundario, &quot;Mi tema&quot; con el nombre de su tema principal y &quot;John Doe&quot; con su nombre (o el nombre de quien cre\u00f3 el tema secundario). La l\u00ednea Plantilla debe coincidir con el nombre del directorio de su tema principal: si su tema principal se encuentra en \/wp-content\/themes\/my-theme\/, la plantilla tambi\u00e9n debe ser mi tema. Puede dejar el n\u00famero de versi\u00f3n como 1.0.0 o cambiarlo por otro; realmente no importa lo que use aqu\u00ed, siempre que coincida con lo que est\u00e1 en functions.php (lo abordaremos en un minuto). Despu\u00e9s de la etiqueta de comentario de cierre *\/, puede agregar cualquier c\u00f3digo CSS personalizado para su tema secundario.*\/<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Paso 3: Poner en cola la hoja de estilo<\/h4>\n\n\n\n<p>Ahora deber\u00e1 crear un archivo functions.php y guardarlo en la misma carpeta. Esto es para garantizar que las hojas de estilo tanto del padre como del hijo se carguen correctamente, y tambi\u00e9n es donde agregar\u00e1 cualquier filtro y enlace de acci\u00f3n para personalizar su sitio.<br><br>Aqu\u00ed es donde las cosas pueden complicarse un poco, ya que el c\u00f3digo necesario para poner en cola los estilos depende de c\u00f3mo est\u00e9 dise\u00f1ado el tema principal.<br><br>En 90% de casos, sin embargo, lo siguiente deber\u00eda funcionar:<\/p>\n\n\n\n<pre class=\"wp-block-code has-ast-global-color-0-color has-ast-global-color-8-background-color has-text-color has-background\"><code>get(&#039;Version&#039;) \/\/ Esto solo funciona si tiene la versi\u00f3n definida en el encabezado de estilo. ); }<\/code><\/pre>\n\n\n\n<p>* tenga en cuenta que debe cambiar &#039;parenthandle&#039; por el nombre de la hoja de estilo de los temas principales.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Paso 4: Ci\u00e9rralo<\/h4>\n\n\n\n<p>Ahora querr\u00e1 comprimir la carpeta que contiene los dos archivos para que est\u00e9 lista para cargarla en su sitio de WordPress.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Instalar y activar el tema infantil<\/h2>\n\n\n\n<p>Ya sea que haya creado el tema secundario manualmente, con un complemento o descargado de los autores de su tema principal, el proceso de instalaci\u00f3n es el mismo.<br><br>Ir <strong>Apariencia &gt; Temas &gt; Agregar nuevo<\/strong> y seleccione la carpeta del tema secundario comprimida.<br><br>Ahora deber\u00eda ver el tema secundario en la lista junto con todos los dem\u00e1s temas instalados y simplemente puede hacer clic en <strong>activar<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusi\u00f3n<\/h2>\n\n\n\n<p>Un tema secundario de WordPress es una excelente manera de personalizar un tema existente sin perder ninguno de los cambios cuando se actualiza el tema principal. Al crear un tema secundario, puede realizar tantos cambios como desee sin afectar el tema principal. Adem\u00e1s, es una buena manera de aprender m\u00e1s sobre los temas de WordPress y c\u00f3mo funcionan.<\/p>","protected":false},"excerpt":{"rendered":"<p>A child theme is a great way to customize your WordPress site without having to worry about losing your changes when a new update is released. It will give you all the styles and functions of your main theme, but the freedom to make tweaks and changes without fear of breaking anything! What is a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":29645,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","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":"","ast-disable-related-posts":"","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":"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":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[330],"tags":[],"class_list":["post-29631","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-advanced-wordpress-tips"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Create a WordPress Child Theme - WooSimon<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/woosimon.com\/es\/how-to-create-a-wordpress-child-theme\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create a WordPress Child Theme - WooSimon\" \/>\n<meta property=\"og:description\" content=\"A child theme is a great way to customize your WordPress site without having to worry about losing your changes when a new update is released. It will give you all the styles and functions of your main theme, but the freedom to make tweaks and changes without fear of breaking anything! What is a [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/woosimon.com\/es\/how-to-create-a-wordpress-child-theme\/\" \/>\n<meta property=\"og:site_name\" content=\"WooSimon\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/WooSimonWeb\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/WooSimonWeb\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-29T16:29:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-29T16:33:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Simon Whyatt\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@simon_whyatt\" \/>\n<meta name=\"twitter:site\" content=\"@simon_whyatt\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Simon Whyatt\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/\"},\"author\":{\"name\":\"Simon Whyatt\",\"@id\":\"https:\\\/\\\/woosimon.com\\\/#\\\/schema\\\/person\\\/38f6b2be00e744795e9061a75136c46a\"},\"headline\":\"How to Create a WordPress Child Theme\",\"datePublished\":\"2022-11-29T16:29:53+00:00\",\"dateModified\":\"2022-11-29T16:33:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/\"},\"wordCount\":886,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/woosimon.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/woosimon.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/How-to-create-a-wordpress-child-theme.jpg\",\"articleSection\":[\"Advanced WordPress Tips\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/\",\"url\":\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/\",\"name\":\"How to Create a WordPress Child Theme - WooSimon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/woosimon.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/woosimon.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/How-to-create-a-wordpress-child-theme.jpg\",\"datePublished\":\"2022-11-29T16:29:53+00:00\",\"dateModified\":\"2022-11-29T16:33:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/#primaryimage\",\"url\":\"https:\\\/\\\/woosimon.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/How-to-create-a-wordpress-child-theme.jpg\",\"contentUrl\":\"https:\\\/\\\/woosimon.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/How-to-create-a-wordpress-child-theme.jpg\",\"width\":1200,\"height\":800},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/woosimon.com\\\/how-to-create-a-wordpress-child-theme\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/woosimon.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create a WordPress Child Theme\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/woosimon.com\\\/#website\",\"url\":\"https:\\\/\\\/woosimon.com\\\/\",\"name\":\"WooSimon\",\"description\":\"Web Solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/woosimon.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/woosimon.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/woosimon.com\\\/#organization\",\"name\":\"WooSimon\",\"url\":\"https:\\\/\\\/woosimon.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/woosimon.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/woosimon.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/WooSimon-Logo-DSG.png\",\"contentUrl\":\"https:\\\/\\\/woosimon.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/WooSimon-Logo-DSG.png\",\"width\":512,\"height\":512,\"caption\":\"WooSimon\"},\"image\":{\"@id\":\"https:\\\/\\\/woosimon.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/WooSimonWeb\",\"https:\\\/\\\/x.com\\\/simon_whyatt\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/simon-whyatt-11115110\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/woosimon.com\\\/#\\\/schema\\\/person\\\/38f6b2be00e744795e9061a75136c46a\",\"name\":\"Simon Whyatt\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b09761856ba4bbcb79197fb9e715e3abc28203fbd1753daf09e5019d9b135233?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b09761856ba4bbcb79197fb9e715e3abc28203fbd1753daf09e5019d9b135233?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b09761856ba4bbcb79197fb9e715e3abc28203fbd1753daf09e5019d9b135233?s=96&d=mm&r=g\",\"caption\":\"Simon Whyatt\"},\"description\":\"My name is Simon Whyatt and I\u2019m a web designer based in Barcelona, Spain. I create websites with great user experience that convert visitors into clients.\",\"sameAs\":[\"https:\\\/\\\/woosimon.com\",\"https:\\\/\\\/www.facebook.com\\\/WooSimonWeb\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/simon-whyatt-11115110\\\/\",\"https:\\\/\\\/x.com\\\/simon_whyatt\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"C\u00f3mo crear un tema hijo de WordPress - WooSimon","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/woosimon.com\/es\/how-to-create-a-wordpress-child-theme\/","og_locale":"es_ES","og_type":"article","og_title":"How to Create a WordPress Child Theme - WooSimon","og_description":"A child theme is a great way to customize your WordPress site without having to worry about losing your changes when a new update is released. It will give you all the styles and functions of your main theme, but the freedom to make tweaks and changes without fear of breaking anything! What is a [&hellip;]","og_url":"https:\/\/woosimon.com\/es\/how-to-create-a-wordpress-child-theme\/","og_site_name":"WooSimon","article_publisher":"https:\/\/www.facebook.com\/WooSimonWeb","article_author":"https:\/\/www.facebook.com\/WooSimonWeb","article_published_time":"2022-11-29T16:29:53+00:00","article_modified_time":"2022-11-29T16:33:20+00:00","og_image":[{"width":1200,"height":800,"url":"https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme.jpg","type":"image\/jpeg"}],"author":"Simon Whyatt","twitter_card":"summary_large_image","twitter_creator":"@simon_whyatt","twitter_site":"@simon_whyatt","twitter_misc":{"Escrito por":"Simon Whyatt","Tiempo de lectura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/#article","isPartOf":{"@id":"https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/"},"author":{"name":"Simon Whyatt","@id":"https:\/\/woosimon.com\/#\/schema\/person\/38f6b2be00e744795e9061a75136c46a"},"headline":"How to Create a WordPress Child Theme","datePublished":"2022-11-29T16:29:53+00:00","dateModified":"2022-11-29T16:33:20+00:00","mainEntityOfPage":{"@id":"https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/"},"wordCount":886,"commentCount":0,"publisher":{"@id":"https:\/\/woosimon.com\/#organization"},"image":{"@id":"https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/#primaryimage"},"thumbnailUrl":"https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme.jpg","articleSection":["Advanced WordPress Tips"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/","url":"https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/","name":"C\u00f3mo crear un tema hijo de WordPress - WooSimon","isPartOf":{"@id":"https:\/\/woosimon.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/#primaryimage"},"image":{"@id":"https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/#primaryimage"},"thumbnailUrl":"https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme.jpg","datePublished":"2022-11-29T16:29:53+00:00","dateModified":"2022-11-29T16:33:20+00:00","breadcrumb":{"@id":"https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/#primaryimage","url":"https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme.jpg","contentUrl":"https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme.jpg","width":1200,"height":800},{"@type":"BreadcrumbList","@id":"https:\/\/woosimon.com\/how-to-create-a-wordpress-child-theme\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/woosimon.com\/"},{"@type":"ListItem","position":2,"name":"How to Create a WordPress Child Theme"}]},{"@type":"WebSite","@id":"https:\/\/woosimon.com\/#website","url":"https:\/\/woosimon.com\/","name":"WooSimon","description":"Soluciones web","publisher":{"@id":"https:\/\/woosimon.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/woosimon.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/woosimon.com\/#organization","name":"WooSimon","url":"https:\/\/woosimon.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/woosimon.com\/#\/schema\/logo\/image\/","url":"https:\/\/woosimon.com\/wp-content\/uploads\/2022\/02\/WooSimon-Logo-DSG.png","contentUrl":"https:\/\/woosimon.com\/wp-content\/uploads\/2022\/02\/WooSimon-Logo-DSG.png","width":512,"height":512,"caption":"WooSimon"},"image":{"@id":"https:\/\/woosimon.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/WooSimonWeb","https:\/\/x.com\/simon_whyatt","https:\/\/www.linkedin.com\/in\/simon-whyatt-11115110\/"]},{"@type":"Person","@id":"https:\/\/woosimon.com\/#\/schema\/person\/38f6b2be00e744795e9061a75136c46a","name":"Simon Whyatt","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/b09761856ba4bbcb79197fb9e715e3abc28203fbd1753daf09e5019d9b135233?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b09761856ba4bbcb79197fb9e715e3abc28203fbd1753daf09e5019d9b135233?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b09761856ba4bbcb79197fb9e715e3abc28203fbd1753daf09e5019d9b135233?s=96&d=mm&r=g","caption":"Simon Whyatt"},"description":"Mi nombre es Simon Whyatt y soy dise\u00f1ador web con sede en Barcelona, Espa\u00f1a. Creo sitios web con gran experiencia de usuario que convierten a los visitantes en clientes.","sameAs":["https:\/\/woosimon.com","https:\/\/www.facebook.com\/WooSimonWeb","https:\/\/www.linkedin.com\/in\/simon-whyatt-11115110\/","https:\/\/x.com\/simon_whyatt"]}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme.jpg","uagb_featured_image_src":{"full":["https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme.jpg",1200,800,false],"thumbnail":["https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme-150x150.jpg",150,150,true],"medium":["https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme-300x200.jpg",300,200,true],"medium_large":["https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme-768x512.jpg",768,512,true],"large":["https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme-1024x683.jpg",1024,683,true],"1536x1536":["https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme.jpg",1200,800,false],"2048x2048":["https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme.jpg",1200,800,false],"trp-custom-language-flag":["https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme-18x12.jpg",18,12,true],"widget-thumbnail":["https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme-75x75.jpg",75,75,true],"mailpoet_newsletter_max":["https:\/\/woosimon.com\/wp-content\/uploads\/2022\/11\/How-to-create-a-wordpress-child-theme.jpg",1200,800,false]},"uagb_author_info":{"display_name":"Simon Whyatt","author_link":"https:\/\/woosimon.com\/es\/author\/siwhyatt\/"},"uagb_comment_info":0,"uagb_excerpt":"A child theme is a great way to customize your WordPress site without having to worry about losing your changes when a new update is released. It will give you all the styles and functions of your main theme, but the freedom to make tweaks and changes without fear of breaking anything! What is a&hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/woosimon.com\/es\/wp-json\/wp\/v2\/posts\/29631","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/woosimon.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/woosimon.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/woosimon.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/woosimon.com\/es\/wp-json\/wp\/v2\/comments?post=29631"}],"version-history":[{"count":0,"href":"https:\/\/woosimon.com\/es\/wp-json\/wp\/v2\/posts\/29631\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/woosimon.com\/es\/wp-json\/wp\/v2\/media\/29645"}],"wp:attachment":[{"href":"https:\/\/woosimon.com\/es\/wp-json\/wp\/v2\/media?parent=29631"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/woosimon.com\/es\/wp-json\/wp\/v2\/categories?post=29631"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/woosimon.com\/es\/wp-json\/wp\/v2\/tags?post=29631"}],"curies":[{"name":"palabra clave","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}