Skip to content

Instantly share code, notes, and snippets.

@cesgarma
Created October 15, 2018 17:29
Show Gist options
  • Save cesgarma/a1b2c7666ce72c0c7d08556abfb8efe8 to your computer and use it in GitHub Desktop.
Save cesgarma/a1b2c7666ce72c0c7d08556abfb8efe8 to your computer and use it in GitHub Desktop.
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'Divi-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