I am hosting my own version of Wordpress, and I'd like to do a custom theme for it to suit my website.
However, with so many bits and pieces of examples on the Internet, I'm not really sure how many PHP documents I should have, and what names are they given inside a theme.
So far, i only understand that there are the following PHP documents inside a Wordpress Theme itself :
404.php
comments.php
footer.php
functions.php
header.php
index.php
page.php
sidebar.php
single.php
style.php
Are there anymore? Is there a full list that I can refer to (like a cheat sheet)?
