From 48d1efe77bfa03daffdd5a1907ab350150755242 Mon Sep 17 00:00:00 2001 From: Pooja Date: Tue, 29 Sep 2020 13:45:30 +0530 Subject: [PATCH] Fixed Typing mistakes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0788d5..cf053fc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Description -In this lesson you will learn how a tagline is used in WordPress and how to edit the tagline using the Theme Customizer. You will also review a standard means for managing the tagline. +In this lesson, you will learn how a tagline is used in WordPress and how to edit the tagline using the Theme Customizer. You will also review a standard means for managing the tagline. ## Objectives @@ -41,7 +41,7 @@ You will be better equipped to work through this lesson if you have experience i ### What is the tagline? -The Wordpress site **tagline** is a short phrase located under the site title similar to a subtitle or advertising slogan. The goal of a tagline is to convey the essence of your site to visitors. [caption id="attachment_7253" align="alignnone" width="630"][![Title, tagline and mian menu of https://bestblog.wordpress.com/ ](https://make.wordpress.org/training/files/2016/08/Selection_024.png)](https://make.wordpress.org/training/files/2016/08/Selection_024.png) Title, tagline and main menu of https://bestblog.wordpress.com/[/caption] +The WordPress site **tagline** is a short phrase located under the site title similar to a subtitle or advertising slogan. The goal of a tagline is to convey the essence of your site to visitors. [caption id="attachment_7253" align="alignnone" width="630"][![Title, tagline and main menu of https://bestblog.wordpress.com/ ](https://make.wordpress.org/training/files/2016/08/Selection_024.png)](https://make.wordpress.org/training/files/2016/08/Selection_024.png) Title, tagline and main menu of https://bestblog.wordpress.com/[/caption] ### How to modify taglines with the Customizer @@ -49,7 +49,7 @@ The WordPress Customizer allows you to change many aspects of your WordPress si ### Other methods to modify taglines -The Customizer is not required to modify your site, but it offers an easy means to preview changes as they are made. Some themes may not support the Customizer, although it is required for all newly created themes available from WordPress.org. Also note that each theme designer determines how to implement Customizer functionality, so some themes may vary from the default experience with the Twenty Sixteen theme. So, you may need an alternative method to modify your site's tagline. **General Settings** You can also modify your tagline in the standard **Settings > General** section of the dashboard. [![Selection_032](https://make.wordpress.org/training/files/2016/08/Selection_032.png)](https://make.wordpress.org/training/files/2016/08/Selection_032.png) +The Customizer is not required to modify your site, but it offers an easy means to preview changes as they are made. Some themes may not support the Customizer, although it is required for all newly created themes available from WordPress.org. Also, note that each theme designer determines how to implement Customizer functionality, so some themes may vary from the default experience with the Twenty Sixteen theme. So, you may need an alternative method to modify your site's tagline. **General Settings** You can also modify your tagline in the standard **Settings > General** section of the dashboard. [![Selection_032](https://make.wordpress.org/training/files/2016/08/Selection_032.png)](https://make.wordpress.org/training/files/2016/08/Selection_032.png) ## Exercises