Skip to content

Instantly share code, notes, and snippets.

@ericyork
Created October 9, 2018 14:53
Show Gist options
  • Save ericyork/72a5101146021607ec341653b11b939a to your computer and use it in GitHub Desktop.
Save ericyork/72a5101146021607ec341653b11b939a 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