Skip to content

Instantly share code, notes, and snippets.

@Tmeister
Created September 27, 2016 00:19
Show Gist options
  • Save Tmeister/39e09c69be5266599678ed61c467e369 to your computer and use it in GitHub Desktop.
Save Tmeister/39e09c69be5266599678ed61c467e369 to your computer and use it in GitHub Desktop.
add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' );
function enqueue_parent_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment