Skip to content

Instantly share code, notes, and snippets.

@proframework
Created June 30, 2014 16:28
Show Gist options
  • Save proframework/496cb8a9bfcb637638a6 to your computer and use it in GitHub Desktop.
Save proframework/496cb8a9bfcb637638a6 to your computer and use it in GitHub Desktop.
add_theme_support( 'woocommerce' );
remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0);
remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10);
remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);
remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment