Add woocommerce support declaration.
authorLaury GvR <laury@gaslightmedia.com>
Mon, 7 Dec 2015 16:55:35 +0000 (11:55 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 7 Dec 2015 16:55:35 +0000 (11:55 -0500)
functions.php

index 6997d7b..25983bb 100644 (file)
@@ -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