Skip to content

Instantly share code, notes, and snippets.

@nhatdongnguyen
Last active August 29, 2015 14:16
Show Gist options
  • Save nhatdongnguyen/432046213829e65514b2 to your computer and use it in GitHub Desktop.
Save nhatdongnguyen/432046213829e65514b2 to your computer and use it in GitHub Desktop.
<?php
add_action('wp_enqueue_scripts', 'sp_style_sheet');
function sp_style_sheet() {
wp_enqueue_style( 'custom-style', get_stylesheet_directory_uri() . '/custom.css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment