Im reading this tutorial Wordpress theming about converting an html site to WP, and it says
WordPress has a hierarchy of templates. None of them are called index (that name is reserved) so we need to rename our index file to something else.
So as per tutorial I renamed index.html to home.php. But when I go to themes it says that the theme is broken as it is missing a template and it shows as a valid theme only when I rename home.php to index.php.
Should I use index.php or keep home.php and it will recognize it after I have other pages like header.php etc?
ps. Tutorial is outdated?