Update README.md
This commit is contained in:
parent
6b4c6a1281
commit
dfe2494f4f
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
@ -1,5 +1,4 @@
|
|||
Start WordPress
|
||||
========
|
||||
# Start WordPress
|
||||
|
||||
### A Theme for Learning WordPress
|
||||
|
||||
|
@ -33,7 +32,7 @@ You do need to know how to set up a local server environment. Fortunately, if yo
|
|||
* Create custom post types
|
||||
* Migrating WordPress
|
||||
|
||||
### Layout pages
|
||||
## Layout pages
|
||||
|
||||
* Header - `header.php`
|
||||
* Footer - `footer.php`
|
||||
|
@ -45,16 +44,16 @@ You do need to know how to set up a local server environment. Fortunately, if yo
|
|||
* Comments - `comments.php`
|
||||
* Functions - `functions.php`
|
||||
|
||||
### The Loop
|
||||
## The Loop
|
||||
|
||||
* Posts
|
||||
* Pages
|
||||
* Custom Post Types
|
||||
* Comments
|
||||
|
||||
### Functions
|
||||
## Functions
|
||||
|
||||
* Learn how to use functions.php
|
||||
* Learn how to use `functions.php`
|
||||
* Properly enqueue styles and scripts
|
||||
* Include featured images
|
||||
* Correctly insert WordPress title
|
||||
|
@ -72,4 +71,3 @@ You do need to know how to set up a local server environment. Fortunately, if yo
|
|||
## License
|
||||
|
||||
The code is open source and available under the [MIT License](LICENSE.md).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue