Completed
Responsive Template Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Create a Custom WordPress Theme - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Responsive Template Overview
- 3 WordPress Theme Structure & Location
- 4 Create Required Empty Files / Folders for Theme
- 5 Create Theme Screenshot.png file
- 6 WordPress Template Hierarchy
- 7 Setting up Style.css File Required Information
- 8 Activating the New Theme
- 9 Create Theme Home Page Template
- 10 Enqueue Styles
- 11 Add wp_head() to Head Section
- 12 Enqueue Scripts
- 13 Add wp_footer() to Foot Section
- 14 Create header.php & footer.php Files
- 15 Add Dynamic Page Titles
- 16 WordPress Auto Thumbnail Sizes
- 17 Create Home Page in WordPress Admin Panel
- 18 The WordPress Loop
- 19 Dynamic Page Title Heading
- 20 Create WordPress Menu Area
- 21 Dynamic Menus
- 22 Customize Site Logo Upload & Name
- 23 Add WordPress Posts in Admin Panel
- 24 Add Feature Image Thumbnail Support
- 25 Create Single Post Template File
- 26 Add Post Meta Data
- 27 Comments & Comments Templates
- 28 Post Archives Page Templates
- 29 Blog Archive & index.php Templates
- 30 Post Thumbnails
- 31 Pagination Links
- 32 Page Template File
- 33 404 Template (Page Not Found)
- 34 Add Searching
- 35 A Few Extras and Where to Go