From: Laury GvR Date: Mon, 7 Dec 2015 16:55:35 +0000 (-0500) Subject: Add woocommerce support declaration. X-Git-Tag: v1.0.0^2~123 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3267eb3c6b4b707834083aa4b06b20965f10dcee;p=WP-Themes%2Fstaffords.git Add woocommerce support declaration. --- 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