Source: Learn WordPress

  • Managing Media

    This lesson plan discusses the various ways that WordPress Media Manager handles media. Objectives In this lesson plan, you will learn how to upload and insert image files, document files, audio files, and video files.  You will also learn how to re-size, format, link, and include these media files into your posts and pages. Prerequisite Skills A basic…

  • Themes/Plugins Relationship

    In this lesson, you will learn how themes and plugins relate to each other as well as when and why you would want to use one or the other. Objectives At the end of this lesson, you will be able to: Fully understand what a theme is, what a plugin is, and the difference between…

  • Web Fonts

    Why Web Fonts? They make a huge impact on the look and feel of your website, as well as the overall readability. You will learn how to use these to make your website stand out. Prerequisite Skills Basic knowledge of HTML/CSS Basic knowledge of installing and activating WordPress themes Understanding of how folders and files…

  • Troubleshooting Basics

    In this lesson you’ll learn about the basic troubleshooting steps that can be taken when something goes wrong on your WordPress site.  The lesson will focus on troubleshooting an existing install of WordPress and will not deal with issues during installation.  This basic troubleshooting will fix a lot of common issues avoiding the need to…

  • How To Find Theme Specific Documentation

    Your theme is an important and powerful part of your website. Each theme is different and contains different functions. The first step to mastering your theme is knowing how to find your theme’s documentation. This lesson will equip you with techniques to help find where your theme’s documentation resides. Prerequisite Skills It is helpful to have a…

  • Managing Updates

    In this lesson, you will learn about why updates are important and how to manage them in WordPress. Objectives After completing this lesson, participants will be able to: Identify any updates that are available for your sites’ themes, plugins, and core files. Install available WordPress core, theme, and plugin updates. Prerequisite Skills Participants will get…

  • What is Open Source?

    In this lesson, you will learn the meaning of the term Open Source when referring to software, what the GPL software license provides, why WordPress is an open-source project, and how this is important for both the users of WordPress and the contributors to WordPress. Prerequisite Skills This is a general topic with no prerequisites.…

  • Managing Widgets

    Widgets provide a convenient means of adding content and features to a website and require no coding experience. This lesson will provide an introduction to finding and including widgets on your website. Objectives After completing this lesson, participants will be able to: Demonstrate how to use widgets included in the installed theme on a website Add…

  • What To Include In functions.php File

    Description In this lesson, you will learn that WordPress themes often include a file named functions.php, which is where unique features and custom functions can be added. However, plugins are also meant to add features and functionalities to your site. When should you use functions.php to add your custom code and when should you use…

  • What Is A Theme

    In this module, you’ll learn how a theme interacts with WordPress and you will look at the role of CSS within that WordPress theme. You will also explore the definitions of both a framework and a child theme and see how they work. Prerequisite Skills Basic knowledge of the names of web languages (HTML, CSS,…