I downloaded the latest version of WordPress (3.5) and created a custom theme. I plan to upload and install it for multiple clients. Is it possible to customize the default settings such as not have the sample post, page, and comment added when it’s installed? And set the default theme that is activated?
I looked at upgrade.php and schema.php and it looks like that is where the sample post, page, and comment is being added but I cannot find where the default theme is being chosen. Is there an article on how to edit these files or some tips on what to do?