• Home
  • Categories
    • Programming
    • WordPress
    • Website
  • Services
    • Website Designing
    • Web Development
    • Website Maintenance
    • Web Hosting
    • Domain Registration
  • Contact Us
Webolute Blog
Learn with us
Tag: wp_register_script
 

Menu

Skip to content
  • Home
  • Categories
    • Programming
    • WordPress
    • Website
  • Services
    • Website Designing
    • Web Development
    • Website Maintenance
    • Web Hosting
    • Domain Registration
  • Contact Us

Recent Posts

  • 5 Must Use WordPress Plugins to create custom theme
  • How to vertically center align div or text using css
  • How to reset the password of Email Id created through cPanel
  • How to access cPanel Emails through web browser
  • How to create an On-Scroll fixed navigation bar using JQuery & CSS
dCodified - The Simplified Coding

Learn coding with me. Subscribe to dCodified on Youtube.

Powered by Verbosa & WordPress.

Tag: wp_register_script

Adding JS files in WordPress using wp_register_script & wp_enqueue_script

February 15, 2019 Wordpress

Most of the times, when you integrate your custom theme in wordpress. You keep the js files in footer.php of the webpage. But that is not the correct way to include the js files in the theme. wp_enqueue_script and wp_register_script are the 2 functions that we are going to use …

Continue reading