Title: Child Themify
Author: J B
Published: <strong>2012-يىلى 31-دېكابىر</strong>
Last modified: 2018-يىلى 30-يانۋار

---

قىستۇرما ئىزدە

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/child-themify.svg)

# Child Themify

 يازغۇچى [J B](https://profiles.wordpress.org/johnpbloch/)

[چۈشۈر](https://downloads.wordpress.org/plugin/child-themify.2.0.1.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/child-themify/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/child-themify/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/child-themify/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/child-themify/#developers)

 [قوللاش](https://wordpress.org/support/plugin/child-themify/)

## چۈشەندۈرۈش

Create child themes from any non-child theme with the click of a button.

This plugin is multisite compatible; if used on a multisite network, controls for
creating child themes will be in the network admin instead of the regular site admin.
Pick the parent theme from the dropdown and name name your new child theme. You 
can also change the author name and select files you want to copy from the parent
to the new theme.

Click the button and you’re all set!

## ئېكران كەسمىسى

 * [[
 * No Parent Selected
 * [[
 * Parent Selected
 * [[
 * Advanced Fields

## ئورنىتىش

 1. Upload the `child-themify` directory and its contents to the `/wp-content/plugins/`
    directory (or your custom location if you manually changed the location).
 2. Activate the plugin through the ›Plugins‹ menu in WordPress
 3. You can now create a child theme of any non-child theme you have installed by going
    to the «Create Child Theme» page in the Appearance/Themes admin menu.

## FAQ

  Installation Instructions

 1. Upload the `child-themify` directory and its contents to the `/wp-content/plugins/`
    directory (or your custom location if you manually changed the location).
 2. Activate the plugin through the ›Plugins‹ menu in WordPress
 3. You can now create a child theme of any non-child theme you have installed by going
    to the «Create Child Theme» page in the Appearance/Themes admin menu.

  Why do you use @import instead of enqueueing the stylesheet?

I [catch a lot of flack](https://wordpress.org/support/topic/method-not-recommended/)
for not using the method recommended to theme developers for including stylesheets,
so hopefully you one-star fanatics will see this first and reconsider.

This plugin is not creating themes for submission to the repo and it doesn’t have
any control over the quality of the theme it’s extending. In order for this plugin
to successfully enqueue the child theme AND parent theme’s style.css, the parent
theme has to actually enqueue its own stylesheet (not a given by a long shot), it
has to be done using `get_template_directory_uri()`, not `get_stylesheet_directory_uri()`(
also not a given), and, in order for the child stylesheet to be enqueued _after_
the parent’s (kind of important for a child theme), there has to be some kind of
reliable naming convention for the enqueue ID in the parent theme (no such standard
exists). On the other hand, `@import` just works. It’s the only available method
that gets the child theme working in virtually all cases out of the box.

And if you really can’t bear the thought of using `@import`, just edit the files
after creating the theme so that it no longer uses it. It’s _your_ theme, you can
do as you like with it.

  How much does this plugin do?

This plugin _only_ creates the theme for you. It doesn’t do anything to the database,
it doesn’t do anything to your new child theme after you’ve created it. It only 
gives you buttons to create a child theme.

  Where can I get some help?

I’d really prefer that you use [Github’s issue tracker](https://github.com/johnpbloch/child-themify/issues/new).
The [WordPress.org support forum for the plugin](https://wordpress.org/support/plugin/child-themify)
will work too, it will just take longer.

## باھالاشلار

![](https://secure.gravatar.com/avatar/7b40eba7afdcb0515dff18832c954c709469215f0892c25a4700b82f836ef9b6?
s=60&d=retro&r=g)

### 󠀁[lightweight, fast, perfect](https://wordpress.org/support/topic/lightweight-fast-perfect-2/)󠁿

 [Jesko Bendmann](https://profiles.wordpress.org/skobe/) 2022-يىلى 20-دېكابىر

does exactly what it should. lovit.

![](https://secure.gravatar.com/avatar/12e4f0911b641927115bd15cb2c3846e8900eef7be7ab0484784f82abb38ffa8?
s=60&d=retro&r=g)

### 󠀁[Nice!](https://wordpress.org/support/topic/nice-4121/)󠁿

 [Metromas](https://profiles.wordpress.org/metromas/) 2021-يىلى 16-ئۆكتەبىر

it works very well. and fast.

![](https://secure.gravatar.com/avatar/b294581cb77223d6408cf37d738e15d51279b8f51e443e3a5d3528c1b7fab2d1?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-5354/)󠁿

 [nitromax30](https://profiles.wordpress.org/nitromax30/) 2018-يىلى 30-ئاۋغۇست

Es excelente, hace lo que necesito rapidamente, me ayuda cuando no tengo acceso 
al ftp por alguna razon para crear el child theme

![](https://secure.gravatar.com/avatar/8b3903f8e18a0db46932f33e9ba42568e93752c5fb8c12ec771f697247ffd3e9?
s=60&d=retro&r=g)

### 󠀁[Broke my site](https://wordpress.org/support/topic/broke-my-site-144/)󠁿

 [Matt](https://profiles.wordpress.org/britishfilth/) 2018-يىلى 30-يانۋار 3 replies

All I did was activate this nightmare, and my entire site shut down. I had to have
my hosting company disable all my plugins to regain access. Don’t touch it with 
a barge pole.

![](https://secure.gravatar.com/avatar/746f25bce1506cb4220c9bcb94c9e72fa104d66a6c950e0daf67b60df6ad93ee?
s=60&d=retro&r=g)

### 󠀁[Top Class](https://wordpress.org/support/topic/top-class-6/)󠁿

 [gf](https://profiles.wordpress.org/gflwrg/) 2017-يىلى 9-دېكابىر

Works brilliantly and easy to use. Love the new feature of creating child files 
from parent. Top class!

![](https://secure.gravatar.com/avatar/7055764a19e2bed71e9d062862b2fc51c678ef0ef5a4173759b5dfaffd28380f?
s=60&d=retro&r=g)

### 󠀁[Great Plugin.. simple and fast](https://wordpress.org/support/topic/great-plugin-simple-and-fast/)󠁿

 [1stclasspaintinganddecorating](https://profiles.wordpress.org/1stclasspaintinganddecorating/)
2017-يىلى 8-ئاۋغۇست

Great Plugin.. its so simple to do and fast also ..thank you

 [ 43 باھالاشنىڭ ھەممىنى ئوقۇش ](https://wordpress.org/support/plugin/child-themify/reviews/)

## تۆھپىكار ۋە ئىجادكار

«Child Themify» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

 *   [ J B ](https://profiles.wordpress.org/johnpbloch/)

«Child Themify» 6 تىلغا تەرجىمە قىلىنغان. [تەرجىمانلار](https://translate.wordpress.org/projects/wp-plugins/child-themify/contributors)
نىڭ تۆھپىسى ئۈچۈن رەھمەت.

[«Child Themify» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/child-themify)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/child-themify/)،
[SVN خەزىنە](https://plugins.svn.wordpress.org/child-themify/) تەكشۈرۈپ ياكى [RSS](https://plugins.trac.wordpress.org/log/child-themify/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/child-themify/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 2.0.0

 * Released: 2017-10-04
 * Completely rebuilt the interface
 * Added controls to modify the Theme Author value
 * Added controls to select theme files that should get copied into the new theme

#### 1.2.0

 * Released: 2016-10-13
 * The plugin now creates a functions.php file in the new theme

#### 1.1.2

 * Released: 2015-10-13
 * Fixed basename location when loading the textdomain
 * Added textdomain and domainpath headers to plugin file

#### 1.1.1

 * Released: 2015-01-13
 * Added French translation from FR_lucien

#### 1.1.0

 * Released: 2014-12-20
 * Thumbnail now gets copied when you create a child theme
 * Various other tweaks and security hardening

#### 1.0.4

 * Released: 2014-09-15
 * Added support for WordPress 4.0

#### 1.0.3

 * Released: 2014-04-15
 * Standardized theme action links shim. See https://github.com/johnpbloch/child-
   themify/issues/2 for more information
 * Maintenance, code cleanup, bug fixes

#### 1.0.2

 * Released: 2014-01-13
 * Added support for WP 3.8

#### 1.0.1

 * Released: 2013-01-18
 * Add a semicolon to the end of the @import line in the stylesheet. Props to Luis
   Alejandre (wpthemedetector.com) for finding and solving.

#### 1.0

 * Released: 2012-12-31
 * Initial Release

## Meta

 *  Version **2.0.1**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **8 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **7,000+**
 *  WordPress نەشرى ** 4.7.0 ياكى يۇقىرى **
 *  **4.8.28** دا سىنالغان
 *  تىل
 * [English (Canada)](https://en-ca.wordpress.org/plugins/child-themify/)، [English (US)](https://wordpress.org/plugins/child-themify/)،
   [French (France)](https://fr.wordpress.org/plugins/child-themify/)، [Persian](https://fa.wordpress.org/plugins/child-themify/)،
   [Spanish (Argentina)](https://es-ar.wordpress.org/plugins/child-themify/)، [Spanish (Chile)](https://cl.wordpress.org/plugins/child-themify/)
   ۋە [Spanish (Spain)](https://es.wordpress.org/plugins/child-themify/).
 *  [تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/child-themify)
 * بەلگە
 * [child](https://ug.wordpress.org/plugins/tags/child/)[theme](https://ug.wordpress.org/plugins/tags/theme/)
   [themes](https://ug.wordpress.org/plugins/tags/themes/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/child-themify/advanced/)

## دەرىجە

 4.2/5 يۇلتۇز

 *  [  31 5-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/child-themify/reviews/?filter=5)
 *  [  3 4-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/child-themify/reviews/?filter=4)
 *  [  1 3-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/child-themify/reviews/?filter=3)
 *  [  0 2-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/child-themify/reviews/?filter=2)
 *  [  7 1-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/child-themify/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/child-themify/reviews/#new-post)

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/child-themify/reviews/)

## تۆھپىكار

 *   [ J B ](https://profiles.wordpress.org/johnpbloch/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/child-themify/)