PHPackages                             rogertm/twenty-em-child - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. rogertm/twenty-em-child

AbandonedArchivedWordpress-theme[Framework](/categories/framework)

rogertm/twenty-em-child
=======================

Twenty'em Child Theme

v1.3.0(8y ago)114GPL-2.0-or-laterPHPPHP &gt;=7.0

Since Feb 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rogertm/twenty-em-child)[ Packagist](https://packagist.org/packages/rogertm/twenty-em-child)[ Docs](https://github.com/rogertm/twenty-em-child)[ RSS](/packages/rogertm-twenty-em-child/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/313c37b25e08b1ffeef655c684631691b64faf2fea6a040546d40473c7c2cc97/68747470733a2f2f706f7365722e707567782e6f72672f726f676572746d2f7477656e74792d656d2d6368696c642f76657273696f6e)](https://packagist.org/packages/rogertm/twenty-em-child)[![Latest Unstable Version](https://camo.githubusercontent.com/94e057c65a9dbfff9e7dc8e605527a9e3308de1839229daa1dbff0dc88103514/68747470733a2f2f706f7365722e707567782e6f72672f726f676572746d2f7477656e74792d656d2d6368696c642f762f756e737461626c65)](//packagist.org/packages/rogertm/twenty-em-child)[![Total Downloads](https://camo.githubusercontent.com/9f141934e3b68a99108c82f6169c84fd248024f317d486763dcf532125bac10a/68747470733a2f2f706f7365722e707567782e6f72672f726f676572746d2f7477656e74792d656d2d6368696c642f646f776e6c6f616473)](https://packagist.org/packages/rogertm/twenty-em-child)[![Build Status](https://camo.githubusercontent.com/2b0ead09eb128c8562d00d949426390b9e77579ce7231953bf026e5f78b0c4d8/68747470733a2f2f7472617669732d63692e6f72672f726f676572746d2f7477656e74792d656d2d6368696c642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rogertm/twenty-em-child)[![License](https://camo.githubusercontent.com/2d3128286b4fc1f9815b96ac03d3ecbc15e73da9613080b786bc6a646d6bf81d/68747470733a2f2f706f7365722e707567782e6f72672f726f676572746d2f7477656e74792d656d2d6368696c642f6c6963656e7365)](https://packagist.org/packages/rogertm/twenty-em-child)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0d9dcae4aee955e99c27ec50bc07be8e4c5147b234858a5efa6cc63c332efdff/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726f676572746d2f7477656e74792d656d2d6368696c642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/rogertm/twenty-em-child/?branch=master)[![Build Status](https://camo.githubusercontent.com/b8a0e3b23ef29981c84a02683dccdd6e52d5205be4b0866bde4769065eeae3b6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726f676572746d2f7477656e74792d656d2d6368696c642f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/rogertm/twenty-em-child/build-status/master)[![Code Intelligence Status](https://camo.githubusercontent.com/bcede4925ab56e264cb3edc0ae11ab94ffd66f19b570a88a6074a4a1efc4b6d1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726f676572746d2f7477656e74792d656d2d6368696c642f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)

Twenty'em Child Theme
=====================

[](#twentyem-child-theme)

Introducción
------------

[](#introducción)

Twenty'em Child Theme es un Starter Child Theme para [Twenty'em Framework](https://github.com/rogertm/twenty-em).

Twenty'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.

Requerimientos
--------------

[](#requerimientos)

- [Twenty'em Framework](https://github.com/rogertm/twenty-em)

Instalación
-----------

[](#instalación)

### Manual

[](#manual)

Twenty'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)

### Instalar vía Git

[](#instalar-vía-git)

Puedes clonar este repositorio usando `git`

```
$ cd /path/to/your/wordpress-site/wp-content/themes/
$ git clone https://github.com/rogertm/twenty-em.git
$ git clone https://github.com/rogertm/twenty-em-child.git
```

### Instalar vía Composer

[](#instalar-vía-composer)

```
$ composer require rogertm/twenty-em-child:^1.0
```

Esto instalará automáticamente [Twenty'em Framework](https://github.com/rogertm/twenty-em)

Dependencias
------------

[](#dependencias)

Twenty'em usa `npm` para manejar las dependencias. Una vez instalado este Child Theme debes ejecutar los siguientes comandos desde tu CLI:

```
$ cd /path/to/your/wordpress-site/wp-content/themes/twenty-em/
$ npm install
$ gulp
$ gulp child
```

Lee 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.

Uso
---

[](#uso)

Para usar este Child Theme debes seguir unos simples pasos antes de comenzar:

- Buscar `'t_em_child'` (entre comillas simples) para encontrar el *Text Domain* y reemplazarlo por `'your-text-domain'`.
- Buscar `t_em_child_` para el prefijo de las funciones y reemplazarlo por `your_prefix_`
- En el archivo `style.css` buscar la etiqueta `Text Domain: t_em_child` y reemplazarlo por `Text Domain: your-text-dimain`.
- Buscar `t_em_child-` para el manejo de los prefijos y reemplazarlo por `your-handle-prefix-`.
- Para finalizar puedes editar completamente la cabecera en `style.css` con tu información, excepto `Template: twenty-em`.

Licencia
--------

[](#licencia)

Twenty'em Child Theme es un software de código libre y abierto y se distribuye bajo Licencia GPLv2 (o superior)

Donar
-----

[](#donar)

Hemos 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.

[Hacer una Donación](https://paypal.me/themingisprose)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~155 days

Total

4

Last Release

2546d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d659a4bfdce5293d00942fe5dc75a5cb83a49cf2cd7f45e2831dff6c019fdfa6?d=identicon)[rogertm](/maintainers/rogertm)

---

Top Contributors

[![rogertm](https://avatars.githubusercontent.com/u/1044820?v=4)](https://github.com/rogertm "rogertm (25 commits)")

---

Tags

child-themeframeworktheme-developmenttheme-frameworkwordpresswordpress-frameworkframeworkwordpresschild-themeWordpress frameworktheme frameworktheme-development

### Embed Badge

![Health badge](/badges/rogertm-twenty-em-child/health.svg)

```
[![Health](https://phpackages.com/badges/rogertm-twenty-em-child/health.svg)](https://phpackages.com/packages/rogertm-twenty-em-child)
```

###  Alternatives

[themosis/framework

The Themosis framework.

676307.9k18](/packages/themosis-framework)[themosis/theme

The Themosis framework boilerplate theme.

10449.0k3](/packages/themosis-theme)[justcoded/wordpress-theme-framework

Lightweight theme framework base with Model-View concept for developers who want to better organize their own custom themes.

264.1k2](/packages/justcoded-wordpress-theme-framework)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
