Skip to content

Instantly share code, notes, and snippets.

@amElnagdy
Created January 6, 2018 02:56
Show Gist options
  • Save amElnagdy/f664e0051030593d6f26c6584cd1f8ad to your computer and use it in GitHub Desktop.
Save amElnagdy/f664e0051030593d6f26c6584cd1f8ad to your computer and use it in GitHub Desktop.
function custom_style() {
if ( is_page( 'PAGE_ID' ) ) {
wp_enqueue_style( 'home', get_stylesheet_directory_uri() . '/home.css' );
}
}
add_action( 'wp_enqueue_scripts', 'custom_style' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment