Update README.md

This commit is contained in:
Tania Rascia 2016-10-26 13:37:01 -05:00 committed by GitHub
parent 3ac9d65ced
commit 62b7092057

View file

@ -1,7 +1,7 @@
Start WordPress Start WordPress
======== ========
**A Theme for Learning WordPress** ### A Theme for Learning WordPress
You know HTML, CSS, and JavaScript. You can make beautiful websites. Maybe youve heard about WordPress, but arent entirely sure how to implement it, or why you might need it. Maybe a client asked for WordPress, but youre not really familiar with it. Maybe youve worked with it before, but dont know how to make your own theme from scratch. Whatever the case, this article is for you. You know HTML, CSS, and JavaScript. You can make beautiful websites. Maybe youve heard about WordPress, but arent entirely sure how to implement it, or why you might need it. Maybe a client asked for WordPress, but youre not really familiar with it. Maybe youve worked with it before, but dont know how to make your own theme from scratch. Whatever the case, this article is for you.
@ -67,3 +67,8 @@ You do need to know how to set up a local server environment. Fortunately, if yo
* [Turn a custom Bootstrap website into a WordPress theme](http://www.taniarascia.com/developing-a-wordpress-theme-from-scratch/) * [Turn a custom Bootstrap website into a WordPress theme](http://www.taniarascia.com/developing-a-wordpress-theme-from-scratch/)
* [Expand upon WordPress theme with comments and more](http://www.taniarascia.com/wordpress-from-scratch-part-two) * [Expand upon WordPress theme with comments and more](http://www.taniarascia.com/wordpress-from-scratch-part-two)
* [Migrate WordPress to a live server](http://www.taniarascia.com/migrating-a-wordpress-site-to-a-live-server/) * [Migrate WordPress to a live server](http://www.taniarascia.com/migrating-a-wordpress-site-to-a-live-server/)
## License
The code is open source and available under the [MIT License](LICENSE.md).