Add readme

This commit is contained in:
Tania 2016-01-14 02:50:25 -06:00
parent 8c83a49a7c
commit d708a1c47d
2 changed files with 62 additions and 2 deletions

View file

@ -1,4 +1,43 @@
# Start Wordpress
A Theme for Learning Wordpress
Start 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.
Read the article on [Developing a Wordpress Theme from Scratch](http://www.taniarascia.com/developing-a-wordpress-theme-from-scratch/).
### Prerequisites
All you need to start is a website. Any website will do. You dont need to know any PHP, or have any prior experience with WordPress. Your website can be custom, or built on Bootstrap/some other framework.
You do need to know how to set up a local server environment. Fortunately, if you dont know how, I wrote a short, sweet article about getting set up with one. [It will only take a few minutes, so go ahead and do that first.](http://www.taniarascia.com/local-environment/)
### Goals
* Install WordPress locally
* Take an existing HTML website and convert it into a custom WordPress theme
### Topics covered
* What can WordPress do for me?
* Creating a design
* Installing WordPress
* Creating your custom theme
* Migrating WordPress
### WordPress features
* Layout pages
* Header
* Footer
* Content
* Sidebar
* Content
* Index
* The Loop
* Posts
* Pages
* Navigation