Post with Featured Image
Here you will find a running "diary" of how the original Skrollex theme was modifed to result in the site you are viewing today.
The original theme and supporting files had much content that was duplicated across several html files, such that changes in the nav banner, for instance, required changes in up to 6 - 12 other files.
In contrast, my approach was to refactor the code with minimal use of simple PHP, and use includes statements where necessary to ensure that the nav bar only needed to be updated in a single file, and the results changes would be visible throughout the web site's pages.