Guest User

Untitled

a guest
Oct 2nd, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. function eventscripts(){
  2. if( is_page(17) ){ // Load slider on home page
  3. wp_register_script('events-stuff', get_bloginfo('url') . '/wp-content/plugins/' . 'the-events-calendar/resources/tribe-events.min.js?ver=3.1');
  4. wp_enqueue_script('events-stuff' );
  5. wp_register_script('events-stuff-2', get_bloginfo('url') . '/wp-content/plugins/' . 'events-calendar-pro/resources/tribe-events-pro.min.js?ver=3.6.1');
  6. wp_enqueue_script('events-stuff-2' );
  7. }
  8. }
  9. add_action('wp_enqueue_scripts', 'eventscripts');
Advertisement
Add Comment
Please, Sign In to add comment