• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » WP Enqueue Script For WordPress Themes : Handy Guide

By Abhishek Ghosh October 3, 2013 12:21 am Updated on October 3, 2013

WP Enqueue Script For WordPress Themes : Handy Guide

Advertisement

WP Enqueue script for WordPress themes gives better control on how, which and when you want to load your javascript or css files like html pages. This is less known but very powerful Function of WordPress – both for Plugins and Themes. You can control the source – that simply means, you can directly inject these static files from different CDN.

 

WP Enqueue script for WordPress Themes : Official Function Reference

 

You will get all the official reference of WP Enqueue script on WordPress Codex along with Examples :

 

Vim
1
http://codex.wordpress.org/Function_Reference/wp_enqueue_script

 

As WP Enqueue script is a basic WordPress function, a good theme, theme framework’s child theme will nicely handle the feature. All you need to do is to add the snippet in the functions.php file of the active theme or theme framework’s child theme :

Advertisement

---

Vim
1
2
3
4
5
6
function theme_name_scripts() {
wp_enqueue_style( 'style-name', get_stylesheet_uri() );
wp_enqueue_script( 'script-name', get_template_directory_uri() . '/js/example.js', array(), '1.0.0', true );
}
 
add_action( 'wp_enqueue_scripts', 'theme_name_scripts' );

Do not add PHP opening or closing tags – often they are shown in examples.

 

Practical Usage of WP Enqueue script for WordPress Themes

 

WP Enqueue Script For WordPress Themes

Nothing is useful if has no practical value, thats true for WP Enqueue script function. WP Tut Plus has a great topic :

 

Vim
1
http://wp.tutsplus.com/tutorials/the-ins-and-outs-of-the-enqueue-script-for-wordpress-themes-and-plugins/

 

We can :

  1. De-register all the default script loading and load via WP Enqueue script function
  2. In the same principle, we can serve a minified, combined CSS or Javascript without any plugin
  3. We can add Icon CSS files, which are typical for newer themes
  4. We can add logics for conditional loading only like if ( is_front_page() )
  5. Helpful during development of a Theme – we can compare the revisions

 

Tagged With Practical example of enqueue script in wordpress , wordpress wp_enqueue_script template

This Article Has Been Shared 356 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to WP Enqueue Script For WordPress Themes : Handy Guide

  • Icon-Font : Using with WordPress

    Icon-Font is Icons but is in Font format – that simply means, what you used commonly as image and increased your page loading time can be reduced and made cool.

  • Scalable MySQL Database for WordPress with Rackspace Cloud

    Scalable MySQL Database for WordPress is very easy to create as Rackspace allows Cloud Database,so does Amazon. Here is a guide for high performance WordPress.

  • WP Super Cache With Rackspace Cloud Files CDN (Open Cloud)

    WP Super Cache With Rackspace Cloud Files CDN guide is an update due to change of technology by using Open Cloud.The Streaming Media need to be used separately.

  • WordPress Post to Downloadable PDF, Text : Practical Options

    WordPress Post to downloadable PDF, Text has many points to consider when we will think about the usability, SEO, HTML5 and Schema.org markups.

  • Creating Spinning Logo for WordPress Genesis and Others

    Creating Spinning Logo for WordPress Genesis and Other Themes is quite easy. Move the mouse over the logo and it will spin. You can control the speed,behavior.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (21K Followers)
  • Twitter (5.3k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Why Not to Use Your Host for Email Marketing March 5, 2021
  • What You Need to Know About the Microservices March 4, 2021
  • Fix Missing/Bad FileProvider for Freshchat (Android error code 354) March 3, 2021
  • Basics of Data Protection on the Internet March 2, 2021
  • What is Standard Software February 28, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "WP Enqueue Script For WordPress Themes : Handy Guide," in The Customize Windows, October 3, 2013, March 6, 2021, https://thecustomizewindows.com/2013/10/wp-enqueue-script-for-wordpress-themes-handy-guide/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy