Title: Enqueue scripts.
Last modified: August 31, 2016

---

# Enqueue scripts.

 *  Resolved [gulliver](https://wordpress.org/support/users/gulliver/)
 * (@gulliver)
 * [10 years ago](https://wordpress.org/support/topic/enqueue-scripts-3/)
 * I know this has been covered many times, but I can’t fully grasp it.
 * As an example, I have a script ‘us-et.js’ located at js/clock/ in my theme folder.
 * I’m unsure how to specify the parameters… there’s no $deps, no $ver, and I want
   it to load in the footer.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [10 years ago](https://wordpress.org/support/topic/enqueue-scripts-3/#post-7430059)
 * `wp_enqueue_script('js-clock', get_stylesheet_directory_URI() . '/js/clock/us-
   et.js', array(), false, true);`
 *  Thread Starter [gulliver](https://wordpress.org/support/users/gulliver/)
 * (@gulliver)
 * [10 years ago](https://wordpress.org/support/topic/enqueue-scripts-3/#post-7430131)
 * Excellent. Thanks. 🙂
 * It’s interesting – now you’ve shown me, I can better understand the Codex info
   about it.
 * Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Enqueue scripts.’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [gulliver](https://wordpress.org/support/users/gulliver/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/enqueue-scripts-3/#post-7430131)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
