Basic WordPress Theme Development

Introduction to Theme Development
9 Topics
Theme Development Introduction
Anatomy of a Theme
Theme Stylesheet and Functions file
Theme Functionality
Theme Basics
Template Files
Child Themes
Template & Conditional Tags
Handling Media in WordPress
Assignment – Basic WP Theme Development
Quiz – Basic WordPress Theme Development
rtlearn logo
Previous Lesson
Next Topic

Theme Development Introduction

Basic WordPress Theme Development Introduction to Theme Development Theme Development Introduction

WordPress themes are used to change the design of your website including different layouts.

You can go through the following topics as well.

  • What is a theme?
  • Theme Functions
  • Main Stylesheet (style.css)
  • How to Organize Theme Files?
  • Template Hierarchy
  • Including Assets
Previous Lesson
Back to Lesson
Next Topic