Matt is joined in the studio by famed Tallahassee Rock Band, Gadwell Lane, featuring The New Way's own Ben Wilson. Rounding out the trio is last week's guest, Nick SantaCroce and first timer Luke Stephens....
Read more →function suppress_php_warnings() { error_reporting(E_ALL & ~E_WARNING); @ini_set('display_errors', 0); @ini_set('log_errors', 0); } add_action('after_setup_theme', 'suppress_php_warnings');