Skip to content
KnowledgeCity

WordPress Intermediate: Themes

Change the look of your WordPress website with a custom theme
Preview the first lesson free — get full access to all 7 lessons.
Course: On-Demand
Intermediate Provider Chrissy Rey  7 Lessons ·  48m  in English 

Course Description

The appearance of a WordPress website is managed by its theme. WordPress has both block and classic themes, and each type requires specific files to configure the styling and layout of each post and page within the website. By editing those files you can change the look of your WordPress website, customizing its appearance in detail to suit your needs. Creating custom themes requires knowledge of HTML and CSS. It’s also helpful to know PHP and JavaScript, as many themes use those languages.

In this module, you will explore how to change the look of your WordPress website with a custom theme. You’ll learn about the files that are required for both classic and block themes. By becoming familiar with stylesheets and templates, you will discover how to change the styling and layout of a custom theme. We’ll go over adding custom functions to a WordPress theme, and how to create a child theme.

What You'll Learn

  • Create a custom classic WordPress theme
  • Create a custom block WordPress theme
  • Create a child theme to safely extend an existing theme
  • Edit theme stylesheets and templates to change styling and layout
  • Add custom functions to a WordPress theme
  • Identify the files required for both classic and block themes

Key Takeaways

  • The appearance of a WordPress website is managed by its theme.
  • WordPress has both block and classic themes, and each type requires specific files to configure the styling and layout of each post and page.
  • Editing theme files lets you change and customize the look of a WordPress website in detail.
  • Creating custom themes requires knowledge of HTML and CSS, and it is also helpful to know PHP and JavaScript since many themes use those languages.
  • Becoming familiar with stylesheets and templates lets you change the styling and layout of a custom theme.

Frequently Asked Questions

What will I learn in this WordPress themes module?

You will explore how to change the look of your WordPress website with a custom theme, learn about the files required for both classic and block themes, work with stylesheets and templates to change styling and layout, add custom functions to a theme, and create a child theme.

What prerequisites or skills do I need for this course?

Creating custom themes requires knowledge of HTML and CSS. It is also helpful to know PHP and JavaScript, as many themes use those languages.

What is the difference between the theme types covered?

WordPress has both block and classic themes, and each type requires specific files to configure the styling and layout of each post and page within the website.

What topics do the lessons cover?

The lessons cover the anatomy of a theme, the theme stylesheet, theme templates, theme functions, and creating a child theme.