From 3267eb3c6b4b707834083aa4b06b20965f10dcee Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 7 Dec 2015 11:55:35 -0500 Subject: [PATCH] Add woocommerce support declaration. --- functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 6997d7b..25983bb 100644 --- a/functions.php +++ b/functions.php @@ -141,4 +141,6 @@ function mytheme_search_loop() { add_action('thematic_searchloop', 'mytheme_search_loop'); // End of the Contextual/Highlight Search functions add_image_size('glm_blocks', '300', '300', true); -?> +// needed to keep Woocommerce from constantly complaining. +add_theme_support( 'woocommerce' ); +?> \ No newline at end of file -- 2.17.1