Skip to content

Instantly share code, notes, and snippets.

@Quay3
Created August 13, 2015 15:02
Show Gist options
  • Save Quay3/19e4f3fc8c65d84be366 to your computer and use it in GitHub Desktop.
Save Quay3/19e4f3fc8c65d84be366 to your computer and use it in GitHub Desktop.
Child Theme Gist 2
function enqueue_parent_theme_style() {
wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
}
add_action( 'wp_enqueue_scripts', 'enqueue_parent_theme_style' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment