WP Help Sheet

Guide : click the box, press CTRL + A and copy

Basic Template Files

Style sheet file
style.css
Home page file
index.php
Single post page file
single.php
Archive/category file
archieve.php
Search form file
searchform.php
Search content file
search.php
Error page file
404.php
Comments template file
comments.php
Footer content file
footer.php
Header content file
header.php
Sidebar content file
sidebar.php
Single page file
page.php

Php Snippets for Header

Title of the site
Title of specific post or page
The style.css file's theme location
Pingback URL for the site
Location for the site's theme file
Wordpress version for the site
Atom URL for the site
Exact URL for the site
Name of the site
Html version of the site
Charset parameter of the site

Extra

Custom permalinks
Include any file
Value for search form
Prints out message
Displays the register link
Displays the login/logout link
Divides the content into pages
Cuts off the content and adds a link to the rest of the content
Meta for administrators
Time to load the page
Queries to load the page

Php Snippets for Templates

Content of the posts
Checks if there are posts
Shows posts if posts are available
Closes the 'while' PHP function
Closes the 'if' PHP function
Header.php file's content
Sidebar.php file's content
Footer.php file's content
The date in '08-18-07' format
Link for the comments on the post
Title of a specic post or page
Url of a specic post or page
Category of a specic post or page
Author of a specic post or page
ID of a specic post or page
Link to edit a specic post or page
Links from the blogroll
Comment.php file's content
List of pages of the
List of categories for the site
Url to the next post
Url to the previous post
The built-in calendar
List of archives for the site
Next and previous post link
Site's description