Skip to content

Instantly share code, notes, and snippets.

@laranz
Created August 8, 2017 17:54
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 laranz/f8672dcc2e7241ca8021251d599bc48d to your computer and use it in GitHub Desktop.
Save laranz/f8672dcc2e7241ca8021251d599bc48d to your computer and use it in GitHub Desktop.
<?php
get_header(); ?>
<div class="row">
<div id="primary" class="col-md-12 mb-xs-24">
<?php woocommerce_content(); ?>
</div><!-- #primary -->
</div>
<?php
get_footer();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment