It's very important, when working with WordPress, that you understand all of the components that create your site. Take the time to get familiar with the 'behind the scenes' and it'll make your WP experience a much more pleasant (and easy!) one.
Over the course of the next few days, I'll be highlighting various areas for you.
Theme Structure
header.php …………………. Header Section
index.php ……………………. Main Section
sidebar.php ……………….. Sidebar Section
single.php ………………….. Post Template
page.php ……………………. Page Template
comments.php ……………… Comment Template
search.php …………………. Search Content
searchform.php ………… Search Form Template
archive.php ………………. Archive Template
functions.php ……………. Special Functions
404.php ……………….. Error Page template
style.css …………………….. Style Sheet

Posted in 

