Changed the example theme name from "Coolest Theme Ever" to "Megatherium is Awesome" as per Automattic team's request

This commit is contained in:
Ardalan Naghshineh 2016-09-03 22:55:59 -06:00
parent 6b215b6e5c
commit 8655bf2c4e
1 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ Getting Started
If you want to keep it simple, head over to http://underscores.me and generate your `_s` based theme from there. You just input the name of the theme you want to create, click the "Generate" button, and you get your ready-to-awesomize starter theme. If you want to keep it simple, head over to http://underscores.me and generate your `_s` based theme from there. You just input the name of the theme you want to create, click the "Generate" button, and you get your ready-to-awesomize starter theme.
If you want to set things up manually, download `_s` from GitHub. The first thing you want to do is copy the `_s` directory and change the name to something else (like, say, `coolest-theme-ever`), and then you'll need to do a five-step find and replace on the name in all the templates. If you want to set things up manually, download `_s` from GitHub. The first thing you want to do is copy the `_s` directory and change the name to something else (like, say, `megatherium-is-awesome`), and then you'll need to do a five-step find and replace on the name in all the templates.
1. Search for `'_s'` (inside single quotations) to capture the text domain. 1. Search for `'_s'` (inside single quotations) to capture the text domain.
2. Search for `_s_` to capture all the function names. 2. Search for `_s_` to capture all the function names.
@ -32,11 +32,11 @@ If you want to set things up manually, download `_s` from GitHub. The first thin
OR OR
* Search for: `'_s'` and replace with: `'coolest-theme-ever'` * Search for: `'_s'` and replace with: `'megatherium-is-awesome'`
* Search for: `_s_` and replace with: `coolest_theme_ever_` * Search for: `_s_` and replace with: `megatherium_is_awesome_`
* Search for: `Text Domain: _s` and replace with: `Text Domain: coolest-theme-ever` in style.css. * Search for: `Text Domain: _s` and replace with: `Text Domain: megatherium-is-awesome` in style.css.
* Search for: <code>&nbsp;_s</code> and replace with: <code>&nbsp;Coolest_Theme_Ever</code> * Search for: <code>&nbsp;_s</code> and replace with: <code>&nbsp;Megatherium_is_Awesome</code>
* Search for: `_s-` and replace with: `coolest-theme-ever-` * Search for: `_s-` and replace with: `megatherium-is-awesome-`
Then, update the stylesheet header in `style.css` and the links in `footer.php` with your own information. Next, update or delete this readme. Then, update the stylesheet header in `style.css` and the links in `footer.php` with your own information. Next, update or delete this readme.