Lessons:2Length:8 minutes
Next lesson playing in 5 seconds
Cancel- Overview
- Transcript
1.1 Introduction
In this course, I'll show you the right way to add scripts and styles to your WordPress themes and plugins. We'll take a simple script and modify it to have an enqueued script and stylesheet.
1.WordPress Coding Basics: Enqueuing Scripts and Styles2 lessons, 08:01
2 lessons, 08:01
Free Lesson 1.1Introduction00:35
Free Lesson
1.1
Introduction
00:35
1.2WordPress Coding Basics: Enqueuing Scripts and Styles07:26
1.2
WordPress Coding Basics: Enqueuing Scripts and Styles
07:26
1.1 Introduction
[MUSIC] Hello, and welcome to this Tuts+ Coffee Break course on correctly enqueuing styles and scripts in WordPress. If you've written a WordPress plug-in, and you want to add some styling for whats output by that plugin, such as my latest posts list here, you might be wondering how to make that work in your code. In this course, I'll show you how to use the WPNQ script hook to correctly enqueue your style sheet, and I'll show you how it works for scripts. Watch this course and find out how it's done