How to load parent_theme functions.php before child_theme?
Justin Tadlock recently wrote a great post about making a better functions.php file where (if I remember correctly) he deals with this exact issue. Unfortunately his site is down at the moment so I have to rely on my memory for now. You are on the right track with the after_setup_theme hook. As far as … Read more