A. In order to run WordPress, installed Apache + PHP + MySQl
Two. Read the WordPress reference document and see the following topic directory structure
Three. Create a new folder inside themes Themes->my
Then my index.php and Style.css were built.
Then test the Bloginfo () function in index.php, style.css leave it empty. That's it for today.
index.php
<! DOCTYPE html>The result of the homepage is this:
Less are more
Another WordPress site
http://localhost
http://localhost
[Email protected]
UTF-8
4.7.1
Text/html
Ltr
Zh-cn
Http://localhost/wp-content/themes/my/style.css
Http://localhost/wp-content/themes/my
Http://localhost/wp-content/themes/my
http://localhost/xmlrpc.php
http://localhost/index.php/feed/atom/
http://localhost/index.php/feed/rdf/
http://localhost/index.php/feed/rss/
http://localhost/index.php/feed/
http://localhost/index.php/comments/feed/atom/
http://localhost/index.php/comments/feed/
http://localhost
http://localhost
WordPress Theme Making First day