Skip to content

Instantly share code, notes, and snippets.

View elitteral's full-sized avatar

Eric Litteral elitteral

View GitHub Profile
@elitteral
elitteral / woocommerce_template_loop_add_to_cart
Created February 26, 2015 04:01
Cause Divi to show the Add To Cart buttons on the Shop page when using the WooCommerce plugin
/*
* Divi WordPress Theme and WooCommerce plugin
* Make the Add To Cart buttons appear on the WooCommerce shop page.
*/
add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 20 );