Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active December 18, 2015 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/5734973 to your computer and use it in GitHub Desktop.
Save braddalton/5734973 to your computer and use it in GitHub Desktop.
function blog_style_sheet() {
if (is_home() ) {
wp_enqueue_style( 'blog-styling', get_stylesheet_directory_uri() . '/css/blog.css' );
}}
add_action('wp_enqueue_scripts', 'blog_style_sheet');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment