Ben and Matt close out the first season of The New Way Podcast as they discuss screenwriters. They will return for a holiday special or two and then kick off season two in January 2014. See you soon!
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');