Here's my simple question: How would i do a require_once with the bloginfo('template_directory') in it? like this: require_once("'.get_bloginfo('template_directory').'lib/my-theme-settings.php"); (This won't work, and i have no idea why.) //Will