Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Created April 5, 2015 21:20
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 frankschrijvers/7e2091d5706eaaf9f045 to your computer and use it in GitHub Desktop.
Save frankschrijvers/7e2091d5706eaaf9f045 to your computer and use it in GitHub Desktop.
WooCommerce Template page for Genesis Child Theme
<?php
/**
* WooCommerce Template
*
* Template used for all WooCommerce views for your site
*
*/
//* Remove standard post content output
remove_action( 'genesis_loop', 'genesis_do_loop');
//* Add WooCommerce content output
add_action( 'genesis_loop', 'woocommerce_setup_genesis' );
genesis();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment