#Creating a WordPress Theme From Static HTML: Preparing the Markup
discription
Location Japanes
Translator:yat
WebSite:wp.yat-net.com
静的なhtmlファイルからWordPressのテーマを作成するチュートリアルです。
Wptuts+ に掲載されているCreating a WordPress Theme From Static HTML: Preparing the Markup を日本語化しています。
##Creating a WordPress Theme From Static HTML: Preparing the Markup
translation-1
1.Why Prepare Your HTML?
2.HTML5 and WordPress - Structuring Your Markup~
3.Adding Classes and IDs Generated by WordPress
##Creating a WordPress Theme From Static HTML: Creating Template Files translation-2
##Creating a WordPress Theme From Static HTML: Uploading Your Theme to WordPress
translation-3
1.Setting Up the Theme in the Stylesheet
2.Calling the Stylesheet From the Header File
3.Creating a Screenshot
4.Uploading Your Theme to WordPress
5.Testing Your Theme
6.Updating Image Links in Template Files
##Creating a WordPress Theme From Static HTML: Adding a Loop
translation-4
1.Adding a Page in WordPress
2.Adding a Loop
3.Classes and IDs for the Article
4.Adding the Page or Post Title in the Loop
5.Adding Post Metadata
6.Adding the Post Content
7.More Post Metadata
##Creating a WordPress Theme From Static HTML: Setting Up the Header
translation-5
1.Adding Meta Tags to Your Header File
2.Adding a Dynamically Generated Site Title and Description
3.Adding the wp_head Action Hook to Your Theme