- Overview
- Transcript
1.1 Introduction
If you want to create custom themes or plugins, you'll have to learn PHP for WordPress. Let's get started with an overview of what we'll cover in the course.
Related Links
1.Introduction1 lesson, 00:58
1.1Introduction00:58
2.WordPress and PHP 2 lessons, 20:34
2.1Why WordPress Uses PHP10:00
2.2PHP Coding Standards10:34
3.First Steps With PHP3 lessons, 28:09
3.1Create a PHP File07:50
3.2Mixing HTML and PHP08:46
3.3Comments in PHP11:33
4.Coding in PHP6 lessons, 1:06:20
4.1WordPress PHP Functions08:46
4.2Connect PHP Functions to Hooks12:31
4.3PHP in the Loop09:32
4.4If and Else09:54
4.5PHP Variables and Arrays13:05
4.6Outputting Text With PHP12:32
5.Practical Project: A Custom Archive Page2 lessons, 21:07
5.1Registering a Custom Post Type and Taxonomy11:15
5.2Creating a Custom Query09:52
6.Conclusion1 lesson, 03:28
6.1Conclusion03:28
1.1 Introduction
Hello, and welcome to this TutsPlus course on learning PHP for WordPress. My name is Rachel Makonnen, and in this course I'm gonna teach you everything you need to know, to get started coding PHP in WordPress themes and plugins. We'll start by looking at what PHP is, and why WordPress uses it. We'll move on to looking at the WordPress coding standards, and what's expected of you when you code PHP. And we'll then look at some specifics, so we'll create some functions, and hook them into our theme, we'll look at the loop and how you code that. We'll looking at if and else statements and how you use them with conditional tags, we'll then move on to defining some variables and we'll learn how you can echo out text and data. We'll then pull together everything that you've learned in the course on a practical project to create this archive page for custom post type, which uses a custom query, along with some conditional statements, and some variables. Watch this course, and learn about PHP for WordPress.







