Skip to content

Instantly share code, notes, and snippets.

@robhob
Last active August 10, 2020 12:38
Show Gist options
  • Save robhob/21a7fc3402fdc5ba81f2eba748a2456c to your computer and use it in GitHub Desktop.
Save robhob/21a7fc3402fdc5ba81f2eba748a2456c to your computer and use it in GitHub Desktop.
<?php
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_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