Skip to content

Instantly share code, notes, and snippets.

@igmoweb
Created September 4, 2015 10:20
Show Gist options
  • Save igmoweb/5c1fe58aa95fb6f11f9b to your computer and use it in GitHub Desktop.
Save igmoweb/5c1fe58aa95fb6f11f9b to your computer and use it in GitHub Desktop.
Sparkling Child
<?php
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}
/**
* Theme Name: Sparkling Child
* Template: sparkling
*/
body {
background: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment