{"id":37233591,"url":"https://github.com/rogertm/twenty-em-child","last_synced_at":"2026-01-15T03:54:49.904Z","repository":{"id":62536901,"uuid":"97240602","full_name":"rogertm/twenty-em-child","owner":"rogertm","description":"WordPress Child Theme para Twenty'em","archived":true,"fork":false,"pushed_at":"2019-05-21T20:58:47.000Z","size":207,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T02:07:55.588Z","etag":null,"topics":["child-theme","framework","theme-development","theme-framework","wordpress","wordpress-framework"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rogertm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-14T14:09:42.000Z","updated_at":"2023-01-28T09:10:45.000Z","dependencies_parsed_at":"2022-11-02T16:01:21.770Z","dependency_job_id":null,"html_url":"https://github.com/rogertm/twenty-em-child","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rogertm/twenty-em-child","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogertm%2Ftwenty-em-child","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogertm%2Ftwenty-em-child/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogertm%2Ftwenty-em-child/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogertm%2Ftwenty-em-child/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogertm","download_url":"https://codeload.github.com/rogertm/twenty-em-child/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogertm%2Ftwenty-em-child/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["child-theme","framework","theme-development","theme-framework","wordpress","wordpress-framework"],"created_at":"2026-01-15T03:54:49.241Z","updated_at":"2026-01-15T03:54:49.880Z","avatar_url":"https://github.com/rogertm.png","language":"PHP","funding_links":["https://paypal.me/themingisprose"],"categories":[],"sub_categories":[],"readme":"[\n![Latest Stable Version](https://poser.pugx.org/rogertm/twenty-em-child/version)](https://packagist.org/packages/rogertm/twenty-em-child)\n[![Latest Unstable Version](https://poser.pugx.org/rogertm/twenty-em-child/v/unstable)](//packagist.org/packages/rogertm/twenty-em-child)\n[![Total Downloads](https://poser.pugx.org/rogertm/twenty-em-child/downloads)](https://packagist.org/packages/rogertm/twenty-em-child)\n[![Build Status](https://travis-ci.org/rogertm/twenty-em-child.svg?branch=master)](https://travis-ci.org/rogertm/twenty-em-child)\n[![License](https://poser.pugx.org/rogertm/twenty-em-child/license)](https://packagist.org/packages/rogertm/twenty-em-child)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/rogertm/twenty-em-child/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/rogertm/twenty-em-child/?branch=master)\n[![Build Status](https://scrutinizer-ci.com/g/rogertm/twenty-em-child/badges/build.png?b=master)](https://scrutinizer-ci.com/g/rogertm/twenty-em-child/build-status/master)\n[![Code Intelligence Status](https://scrutinizer-ci.com/g/rogertm/twenty-em-child/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)\n\n# Twenty'em Child Theme\n\n## Introducción\nTwenty'em Child Theme es un Starter Child Theme para [Twenty'em Framework](https://github.com/rogertm/twenty-em).\n\nTwenty'em Child Theme contiene las funciones mínimas necesarias para trabajar compatiblemente con Twenty'em Framework. Su objetivo es brindar esa compatibilidad mínima requerida, así que recomendamos no usarlo como un Parent Theme, sino como una guía inicial para crear un hermoso Child Theme de Twenty'em Framewrok.\n\n## Requerimientos\n* [Twenty'em Framework](https://github.com/rogertm/twenty-em)\n\n## Instalación\n### Manual\nTwenty'em Child se instala como cualquier otro theme de WordPress. Para ello debes descargar la [última versión](https://github.com/rogertm/twenty-em-child/releases/latest), descompactar el archivo `.zip` y copiar su contenido en el directorio `/wp-content/themes/` de tu instalación de WordPress. O subirlo usando el instalador de themes de WordPress. No sin antes instalar [Twenty'em Framework](https://github.com/rogertm/twenty-em)\n### Instalar vía Git\nPuedes clonar este repositorio usando `git`\n```bash\n$ cd /path/to/your/wordpress-site/wp-content/themes/\n$ git clone https://github.com/rogertm/twenty-em.git\n$ git clone https://github.com/rogertm/twenty-em-child.git\n```\n### Instalar vía Composer\n```bash\n$ composer require rogertm/twenty-em-child:^1.0\n```\nEsto instalará automáticamente [Twenty'em Framework](https://github.com/rogertm/twenty-em)\n\n## Dependencias\nTwenty'em usa `npm` para manejar las dependencias. Una vez instalado este Child Theme debes ejecutar los siguientes comandos desde tu CLI:\n```bash\n$ cd /path/to/your/wordpress-site/wp-content/themes/twenty-em/\n$ npm install\n$ gulp\n$ gulp child\n```\nLee el apartado de [Dependencias](https://github.com/rogertm/twenty-em#dependencias) y [Variables de entorno (.env)](https://github.com/rogertm/twenty-em#variables-de-entorno-env) en para más detalles.\n## Uso\nPara usar este Child Theme debes seguir unos simples pasos antes de comenzar:\n* Buscar `'t_em_child'` (entre comillas simples) para encontrar el _Text Domain_ y reemplazarlo por `'your-text-domain'`.\n* Buscar `t_em_child_` para el prefijo de las funciones y reemplazarlo por `your_prefix_`\n* En el archivo `style.css` buscar la etiqueta `Text Domain: t_em_child` y reemplazarlo por `Text Domain: your-text-dimain`.\n* Buscar `t_em_child-` para el manejo de los prefijos y reemplazarlo por `your-handle-prefix-`.\n* Para finalizar puedes editar completamente la cabecera en `style.css` con tu información, excepto `Template: twenty-em`.\n\n## Licencia\nTwenty'em Child Theme es un software de código libre y abierto y se distribuye bajo Licencia GPLv2 (o superior)\n\n## Donar\nHemos trabajado durante varios años en el desarrollo de Twenty'em Framework y ahora lo compartimos contigo. Apreciamos cualquier contribución que nos quieras hacer y así poder mantener nuestro proyecto. Gracias.\n\n[Hacer una Donación](https://paypal.me/themingisprose)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogertm%2Ftwenty-em-child","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogertm%2Ftwenty-em-child","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogertm%2Ftwenty-em-child/lists"}