Guest User

Untitled

a guest
Dec 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. if (is_page_template( 'progress-posts.php' )) {
  2. wp_enqueue_script( 'progress-box', get_stylesheet_directory_uri() . '/js/progress-boxes.min.js', array(), null, true );
  3. }
  4.  
  5. if (is_single()) {
  6. wp_enqueue_script( 'progress-box', get_stylesheet_directory_uri() . '/js/progress-boxes.min.js', array(), null, true );
  7. }
Add Comment
Please, Sign In to add comment