Skip to content

Instantly share code, notes, and snippets.

@nickburne
Created April 30, 2014 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickburne/8a69c24014795fffe87a to your computer and use it in GitHub Desktop.
Save nickburne/8a69c24014795fffe87a to your computer and use it in GitHub Desktop.
Delete the sidebar in WooCommerce
<?php get_header(); ?>
<div id="container">
<div id="content-wrap">
<?php woocommerce_content(); ?>
</div>
</div>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment