Hello,
I have a general question about the themes development.
When I develop a theme for distribution (free or commercial) is it a better practice to keep all the default templates file in my theme even though I do not use all of them ?
For exemple if i develop a theme with a static home page, i will use the home.php file instead of index.php. Is it a good practice to keep index.php in my theme ?
Another exemple: if there is no blog in my theme, do i need to keep single.php, comments.php ... files ?
I ask this question because when i test my themes with theme-check plugin, all the default templates files seems to be mandatory to pass the test.
What do you think, what is the best practice ?
Thanks for your advices.