Entirely Different Functions.php per Page?
functions.php will load automatically for every page load, but you could certainly move most of the content of your current functions.php to other files and use functions.php itself as a primarily a kind of switch. Caveat: You may have to hook some of your switching functions to get access to certain data. For example, functions.php … Read more