Skip to content

Instantly share code, notes, and snippets.

@texxs
Created December 10, 2015 19:00
Show Gist options
  • Save texxs/465b6ffd0023fc65915f to your computer and use it in GitHub Desktop.
Save texxs/465b6ffd0023fc65915f to your computer and use it in GitHub Desktop.
Create New Child Theme in WordPress
/*
Theme Name: Child Theme Name
Description: Use this theme so the main theme can be updated without overwriting customizations.
Version: 1.1
Author: Texx Smith
Author URI: http://texxsmith.com/
Template: OriginalThemeFolderName
*/
@import url("../OriginalThemeFolderName/style.css");
@texxs
Copy link
Author

texxs commented Feb 13, 2016

Note: there is a new way of doing this now called enqueueing . . .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment