Skip to content

Instantly share code, notes, and snippets.

@aldolat
Created June 2, 2014 17:37
Show Gist options
  • Save aldolat/b68feb3f794e0aa6da38 to your computer and use it in GitHub Desktop.
Save aldolat/b68feb3f794e0aa6da38 to your computer and use it in GitHub Desktop.
Create a child theme for WordPress
/*
Theme Name: {Child Theme name}
Theme URI: http: //www.example.com
Description: Child theme for {Parent theme name}
Author: {Author}
Author URI: http://www.example.com
Template: {name of the folder of the parent theme
Version: {version number}
*/
/*
* Imports the style.css of the parent theme
* ***********************************************************************/
@import url("../parent-theme-name-folder/style.css");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment