Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. function addHeaderCode() {
  2.    if (is_front_page()) :
  3.       wp_enqueue_script('2x2slider', get_bloginfo('wpurl') . '/wp-content/plugins/2x2-post-slider/animation.js', array('jquery') );
  4.    endif;
  5. }
  6.  
  7. add_action('wp_head', 'addHeaderCode');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement