Completed
- Generating our demo Theme
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
WordPress Development - The Mini WordPress Development Course
Automatically move to the next video in the Classroom when playback concludes
- 1 - Generating our demo Theme
- 2 - Introduction to Template Files
- 3 - The Core Template Files
- 4 - Secondary Template Files
- 5 - Inspecting a Sample Template File
- 6 - The WordPress Template Hierarchy
- 7 - The Template Hierarchy in Action
- 8 - Creating a Custom Page Template
- 9 - Writing a Custom WordPress Function
- 10 - The get_template Function
- 11 - The WordPress Loop
- 12 - Introduction to WordPress Template Tags
- 13 - Inside Template Tags
- 14 - Introduction to Conditional Tags
- 15 - Exercise
- 16 - Writing a Custom Loop with WP Query
- 17 - Writing a Second Custom Loop
- 18 - Writing Multiple Custom Loops
- 19 - Creating Hyperlinks from Post Titles
- 20 - Customizing the Excerpt
- 21 - Creating a Custom Image Size
- 22 - Hard Cropping Images
- 23 - Regenerating Thumbnails
- 24 - Creating a Single Loop
- 25 - Inserting Template Tags
- 26 - Inserting CSS Classes & IDs
- 27 - Working with CSS Part 1
- 28 - Working with CSS Part 2
- 29 - Conclusion