Skip to content

Instantly share code, notes, and snippets.

@robertcedwards
Created July 18, 2012 19:21
Show Gist options
  • Save robertcedwards/3138242 to your computer and use it in GitHub Desktop.
Save robertcedwards/3138242 to your computer and use it in GitHub Desktop.
Wordpress Page specific javascript
<?php if (is_page('home') ) { ?>
<!--home page custom JS-->
<script type='text/javascript' src="<?php bloginfo('template_directory'); ?>/Scripts/customJS.js"></script>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment