4.53 out of 5
4.53
755 reviews on Udemy

The Complete WordPress Theme Development Course

Learn about WordPress Theme development including custom WordPress functions, page templates, tags, sidebars and more
Instructor:
Alexander Oni
5,830 students enrolled
English [Auto]
Customize WordPress themes
Write Custom WordPress Functions
Work with WordPress theme Custom Post Types and Advanced Custom Fields
Design and Implement Custom WordPress Page Templates
Create custom WordPress theme tags
Modify the WordPress loop
Master how WordPress works behind the scenes
Develop custom WordPress theme sidebars
Build a full custom WordPress website

** UPDATED DEC 16th 2020 **

Have you ever wanted to learn how to customize a WordPress theme or plugin so that it looks and works exactly the way you want it to? Most times our ability to build a WordPress website depends heavily on what options are available to us by the theme and plugins we use. This course aims to break through this barrier by teaching you how to build your very own WordPress functions and templates. 

Quick Summary of What You Will Learn

In this course, you will learn

  • How WordPress works behind the scenes to display content on your website

  • How to build your own custom page templates

  • How to write WordPress functions

  • How to work with custom post types and advanced custom fields

  • How to work with WordPress template tags

  • How to create and display your very own custom sidebars

  • and so much more …..

Reviews from Students …

“Fantastic course. Covers a wide range of subjects related to WordPress development – and in greater depth than I was expecting to be honest. Alex doesn’t try to impress you with what he knows (like many instructors do), but just gives clear, concise information which follows a logical structure – with plenty of real-world coding examples which are easy to follow along with. At no point was I left wondering what he was talking about, or how we got there (another common problem). He also responds remarkably quickly to questions. Really enjoyable. ” — Paul Brant

Alex is the guy. 1 – Always answer your questions. 2 – If you’re novice (the kind of novice that only knows how to install wordpress), he takes you by the hand during the videos. VERY VERY WELL EXPLAINED. 3 – Even if you have experience building wordpress themes from scratch, im sure you’ll have some quite good insight about WP structure. 4 – That’s obvious, but lots of content you see here you can find on internet, but Alex makes easier and faster to understand… So… Worth every penny 🙂 — Guilherme Soares

The WordPress Loop

The WordPress loop is the single most crucial and important function of WordPress and in this course, you will learn exactly how it works and how you can modify the loop to customize how your post and page content are displayed.

“Great course, perfect after a little playing with WP on your own and some PHP knowledge. Although you could probably pick up the PHP as you go. I like Alex’s instruction style, it feels like he is invested in your success. The exercises are easy to follow, seem to be clearly explained. I haven’t found anything like this for free, it’s all set out for you so you don’t have to hash through multiple resources to level up. The course is really helping me to understand the inner workings of WP and with a little prior experience I am building a theme for a hostel for free then I’m sure I am ready for my first paid job.”  — Trevor Joel

We are going to use a starter theme (underscores) to build a complete WordPress blog about movies.

The first section will introduce you to the core template files that you will find in every WordPress theme and also the WordPress template hierarchy which determines what template file displays content.

We will then move on to learn about WordPress template tags and the almighty WordPress loop which is responsible for displaying the content of your post types. We will then learn how to create custom image sizes so that you will have total control on how media files are displayed on your website. We will round up section 4 by learning how to customize the WordPress query and post excerpts.

We will cover custom post types and advanced custom fields in the next section which are crucial to your arsenal as a WordPress developer. You will then learn how to create your very own custom template files so you can determine how content is displayed on your website.

Custom sidebars and how to create and display them comes next. We will progress to start building our custom home page template and also learn how to properly load custom style sheets.

You will then learn about taxonomy templates and conditional tags before we take a look at global variables and how to work outside the WordPress loop.

I will then proceed to show you how to write your very own custom WordPress functions. We will write the following

  • A function to display the current time

  • A function to add Google Analytics

  • A function to add a custom gravatar

  • A function to add profile authors

  • A function to hide the WordPress version

We will then conclude this course by taking a look at the WordPress installation directory and database management.

Bonus Section

You will be given the opportunity to test your new found skills by applying them onto a real world project. You are going to build a food menu for a restaurant with advanced custom fields and post types. You will also display this menu by customizing the WordPress loop and page templates.

I cannot wait for you to enroll in this true WordPress development course.

I hope to see you on the inside.

Alex.

Introduction

1
Introduction to the Course
2
FAQs - PLEASE READ
3
Udemy Rating System - Very Important !!!
4
Connect with Me

Getting Started

1
Creating an FTP Account with NotePad ++
2
The WordPress Codex
3
The WP-Content Folder
4
Creating our Custom Theme

WordPress Theme Templates

1
Introduction to WordPress Template Files
2
The Style.css template file
3
The index.php file
4
The header.php file
5
The footer.php file
6
The sidebar.php file
7
The functions.php file
8
Other Template Files
9
The Template Hierarchy
10
The Template Hierarchy in Action

In this video, we are going to create some sample page templates to demonstrate how the template hierarchy works

11
Section Quiz

A short quiz to test your knowledge about WordPress templates

12
Lab 1 - Setting Up Our Website (CSS Formatting & Structure)
13
Lab 2 - Setting Up Our Website (Adding Content)

Template Tags and the WordPress Loop

1
WordPress Loop and Template Tags Section Intro.mp4
2
Lab 3 - Creating a Sample Page Template
3
Introduction to Template Tags
4
Template Tags in Action
5
Introduction to the WordPress Loop
6
Analyzing the WordPress Loop
7
Creating a Blog Page Template
8
Exercise - Blog Page Sample
9
Section Quiz
10
WordPress Loop Template Tags Section Review.mp4

Miscellaneous

1
Miscellaneous Section Preview.mp4
2
Lab 4 - Content Population
3
Using the Permalink Function
4
Custom Image Sizes & Cropping
5
How to Create a Custom Image Size
6
Hard Crop Positions
7
Customizing the Read More Link
8
Customizing the Excerpt
9
Customizing the WordPress Loop - WP Query
10
Customizing the WordPress Loop 2
11
Exercise: WP Query
12
Designing Our Blog - CSS
13
The single.php Template File
14
Section Quiz
15
Section Review

Custom Post Types and Advanced Custom Fields

1
Plan for the Home Page Layout
2
Creating Custom Post Types with the Custom Post Type Plugin
3
Creating Custom Taxonomies
4
Creating Custom Fields with the Advanced Custom Fields Plugin
5
Exercise - CPTs and ACFs
6
Adding Our Custom Content
7
Creating Custom Page Template 1
8
Creating Custom Page Template 2
9
Exercise - Custom Page Template
10
Exercise Review
11
Creating Our Movie Reviews Single Custom Post Type Page
12
Creating Our Actors Single Custom Post Type Page

Sidebars & Building the HomePage

1
Section Preview
2
How to Create a Custom Sidebar
3
The dynamic_sidebar Function
4
The get_sidebar Function
5
Creating Our Custom Sidebars for Use
6
Front-Page.php or Home.php
7
Building our Home Page - Part 1
8
rewind_posts Vs reset_postdata
9
Building our Home Page - Part 2
10
Building our Home Page - Part 3
11
Section Review

Styling

1
Section Preview
2
How to Create Style Sheets
3
How to Load Custom Style Sheets
4
The @import url CSS Method
5
How to Load Javascript
6
How to Add a Google Custom Font
7
Styling Section Review

Customizing the Header, Custom Menus & More Sidebars

1
How to Register a New Menu Location
2
How to Create and Display a Custom Menu
3
Creating Our Header Sidebar
4
Adding Social Media
5
Displaying our Home Page Sidebar
6
The Flexible Posts Widget Plugin
7
Customizing our Flexible Posts Widget Template
8
The Recent Posts Widget Extended Plugin

Styling - Part 2

1
Styling Part 2 Section Preview
2
Adding our Logo
3
Styling Our Header
4
Styling Our Body
5
Project - Building the Footer Section
6
Footer Project Review
You can view and review the lecture materials indefinitely, like an on-demand channel.
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don't have an internet connection, some instructors also let their students download course lectures. That's up to the instructor though, so make sure you get on their good side!
4.5
4.5 out of 5
755 Ratings

Detailed Rating

Stars 5
436
Stars 4
219
Stars 3
70
Stars 2
16
Stars 1
14
30-Day Money-Back Guarantee

Includes

12 hours on-demand video
10 articles
Full lifetime access
Access on mobile and TV
Certificate of Completion
The Complete WordPress Theme Development Course
Price:
$218.98 $159

Community

For Professionals

For Businesses

We support Sales, Marketing, Account Management and CX professionals. Learn new skills. Share your expertise. Connect with experts. Get inspired.

Community

Partnership Opportunities

Layer 1
samcx.com
Logo
Register New Account
Compare items
  • Total (0)
Compare
0