Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created December 3, 2013 11:51
Show Gist options
  • Save tjhole/7767927 to your computer and use it in GitHub Desktop.
Save tjhole/7767927 to your computer and use it in GitHub Desktop.
WORDPRESS: Enqueue only for template X
if ( is_page( 'page-template-page-landing-php' ) ) {
wp_enqueue_script( 'video' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment