function custom_theme_setup() { add_theme_support( 'woocommerce' ); } add_action( 'after_setup_theme', 'custom_theme_setup' );