The gang gets in touch with their dark side to discuss dark comedies. What makes a Dark Comedy? If you don't know after this super sized episode of The New Way, we haven't done our jobs. We discuss our favorite...
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');