Skip to content

Instantly share code, notes, and snippets.

@AnkanSoul
Created April 25, 2018 15:33
Show Gist options
  • Select an option

  • Save AnkanSoul/efa80038f460b3e1ff40fa9cd1e5645f to your computer and use it in GitHub Desktop.

Select an option

Save AnkanSoul/efa80038f460b3e1ff40fa9cd1e5645f to your computer and use it in GitHub Desktop.
Woocommerce Activation
================page.php rename by woocommerce.php============
<?php
if ( have_posts() ) :
woocommerce_content();
endif;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment