From ce3a75698d14ebc5f0a967898c397c0d9a2e303c Mon Sep 17 00:00:00 2001 From: Jason King Date: Wed, 3 May 2017 14:22:35 +0930 Subject: [PATCH] Declare woocommerce support. --- inc/woocommerce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/woocommerce.php b/inc/woocommerce.php index e019e1d..157fcf4 100644 --- a/inc/woocommerce.php +++ b/inc/woocommerce.php @@ -10,7 +10,7 @@ if ( ! function_exists( 'woocommerce_support' ) ) { * Declares WooCommerce theme support. */ function woocommerce_support() { - add_theme_support( 'understrap' ); + add_theme_support( 'woocommerce' ); // Add New Woocommerce 3.0.0 Product Gallery support add_theme_support( 'wc-product-gallery-lightbox' );