It's that time of year again! It's time for The New Way Podcast's Second Annual Halloween Episode! Everything you loved about our first special is back...and amplified. More sound FX! More music! New Ghost...
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');