Skip to content

Instantly share code, notes, and snippets.

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/5731657 to your computer and use it in GitHub Desktop.
Save braddalton/5731657 to your computer and use it in GitHub Desktop.
function front_page_style_sheet() {
if (is_front_page() ) {
wp_enqueue_style( 'front-page-styling', get_stylesheet_directory_uri() . '/front-page.css' );
}}
add_action('wp_enqueue_scripts', 'front_page_style_sheet');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment