Wordpress cheats

This item was filled under [ Wordpress ]

Here are some very usefull informations for those who use Wordpress as CMS

Basic Template Files

style.css Style sheet file
index.php Home page file from selected template
single.php Single post page file
archive.php Archive or category file
searchform.php Search form file (here you can add extra stuff)
search.php Search content file
404.php Error page file from selected template (you can customize this page)
comments.php Default comments template file (this will not be used if you use a plugin for comments)
footer.php Footer (bottom) content file
header.php Header (top) content file
sidebar.php sidebar content file
page.php Single page content file
functions.php This file is very important to know that it does and how to use it. In this file you make some functions that you will use with the current layout (template). Each template may have it’s own functions. If you make here the functions that you will use with you template, it will be much easyer to use the same template in another wordpress engine without to make any changes. But all depends on you.
Note that those are the default files that you will find in any wordpress theme. Depending on the theme layout, you will find more or less files in template folder.
Popularity: 22 views
Tagged with: [ , , , , ]
Update me when site is updated