Skip to content

Instantly share code, notes, and snippets.

@populationtwo
Created January 17, 2014 17:06
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 populationtwo/bc04312faaa557cd51cb to your computer and use it in GitHub Desktop.
Save populationtwo/bc04312faaa557cd51cb to your computer and use it in GitHub Desktop.
Peekaboo - woocommerce template
<?php get_header(); ?>
<!--Main begin-->
<div id="main" class="round_8 clearfix">
<!-- Content begin-->
<div id="content" class="left">
<?php woocommerce_content(); ?>
</div>
<!-- Content end-->
<!-- Sidebar begin-->
<div id="sidebar" class="left">
<?php get_sidebar(); ?>
</div>
<!-- Sidebar end-->
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment