One-Click Child Theme

Adds a Theme option to any active theme allowing you to make a child theme.

Author:tychay (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:4.1.5
Plugin version:1.6
Added to WordPress repository:18-08-2011
Last updated:13-05-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:94
Rated by:78
Plugin URI:http://terrychay.com/wordpress-plugins/one-cl...
Total downloads:383 731
Active installs:70 000+
plugin download
Click to start download

Please visit the plugin homepage.

Useful for shared hosts, this allows you to easily create child themes from any theme just by clicking.

Ever since WordPress 3.0, you shouldn’t directly modify CSS of any downloaded themes because if you update the theme, your changes will be destroyed. Instead, it is recommended that you create a child theme and edit the CSS there so that updates to the parent theme will be inherited instead of destroy your changes.

The problem many run into is currently the only way to child theme something is edit files on the filesystem. This is non-intuitive for shared-hosting sites with one-click WordPress installs (it usually involves a “shell account” or learning how to use FTP).

This attempts to get around that issue, by adding a button to the themes page to allow you to child theme the page. (It’s not really one-click, though.)

Inspired by @janeforshort's and @designsimply's WordCamp SF 2011 talk on CSS theming as requested by @sfgirl for her blog.