- Overview
- Transcript
1.1 Introduction
In this course, I'll introduce you to all the basics of WordPress plugin development. Follow along, and you'll be coding your own WordPress plugins in no time!
1.Introduction1 lesson, 00:57
1.1Introduction00:57
2.Creating a Section Menu4 lessons, 27:37
2.1Setting Up the Plugin06:05
2.2Identifying the Parent Page for a Query06:56
2.3Outputting the Section Menu07:06
2.4Hooking the Function to an Action Hook and Adding Styling07:30
3.Customizing the Admin Screens3 lessons, 22:05
3.1Functions for Customizing the WordPress Admin04:43
3.2Editing the Dashboard Widgets10:19
3.3Adding a Meta Box07:03
4.Creating a Custom Posts Display3 lessons, 24:47
4.1Configuring the Query Parameters07:57
4.2Writing the Query11:18
4.3Styling the Query Results With Images05:32
5.Conclusion1 lesson, 02:49
5.1Conclusion02:49
1.1 Introduction
Hello, and welcome to this Tuts Plus course on learning WordPress plugin development. My name is Rachel McCollin and in this course, I'm going to guide you through three practical plugin projects that will help you develop your plugin skills. The first thing I'll do is show you how to create a plugin for section menus. So in the side bar of our site, we'll have a menu that shows people around an individual section of the site. So here you can see a section menu for the locations section. We'll then move on to creating another plugin to customize the dashboard. So this will remove a number of the dashboard widgets that we don't need, and it'll add a new one with content that we do need. And then finally, we'll create a third plugin which will output a list of the latest posts in each of three randomly selected categories in the site. And we'll enqueue a stylesheet in that plugin so that we can style what's output by the plugin. Watch this course and find out how to create these plugins.