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
|
### 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
|
* Create custom post types
|
||||||
* Migrating WordPress
|
* Migrating WordPress
|
||||||
|
|
||||||
### Layout pages
|
## Layout pages
|
||||||
|
|
||||||
* Header - `header.php`
|
* Header - `header.php`
|
||||||
* Footer - `footer.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`
|
* Comments - `comments.php`
|
||||||
* Functions - `functions.php`
|
* Functions - `functions.php`
|
||||||
|
|
||||||
### The Loop
|
## The Loop
|
||||||
|
|
||||||
* Posts
|
* Posts
|
||||||
* Pages
|
* Pages
|
||||||
* Custom Post Types
|
* Custom Post Types
|
||||||
* Comments
|
* Comments
|
||||||
|
|
||||||
### Functions
|
## Functions
|
||||||
|
|
||||||
* Learn how to use functions.php
|
* Learn how to use `functions.php`
|
||||||
* Properly enqueue styles and scripts
|
* Properly enqueue styles and scripts
|
||||||
* Include featured images
|
* Include featured images
|
||||||
* Correctly insert WordPress title
|
* 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
|
## License
|
||||||
|
|
||||||
The code is open source and available under the [MIT License](LICENSE.md).
|
The code is open source and available under the [MIT License](LICENSE.md).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue