I'm about to create my own theme for the first time and
I'm curious about the best practices for creating a theme. I want the theme to work well even after upgrading to a newer version of WordPress in the future (not having to replace lots of files etc).
After reading through http://codex.wordpress.org/Theme_Development
my options seem to be:
1. To copy the entire default theme to a new directory and edit those files.
2. To copy only the files I want to change from the default theme, to start with just style.css and index.php
and edit those.
What do you suggest? Are there better ways to get started?
Thanks in advance
Magnus, Sweden