Skip to content

Instantly share code, notes, and snippets.

@jlengstorf
Created April 21, 2012 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jlengstorf/2439691 to your computer and use it in GitHub Desktop.
Save jlengstorf/2439691 to your computer and use it in GitHub Desktop.
Basic template for a child WP theme
/*
Theme Name: CHILD_THEME_NAME
Theme URI: http://www.copterlabs.com/
Description: Custom WordPress theme for CLIENT_OR_PROJECT_NAME
Author: Copter Labs
Author URI: http://www.copterlabs.com/
Template: rotorwash
Version: 1.0
*/
/* Bring in the base RotorWash styles */
@import url(../rotorwash/style.css);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment