From 32c9825585b69fc49b4eb6c364ea0015c1d831df Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 7 Apr 2016 15:35:57 -0400 Subject: [PATCH] updating functions file at Laury's request --- root/functions.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/root/functions.php b/root/functions.php index d3c7fd5..e56c988 100644 --- a/root/functions.php +++ b/root/functions.php @@ -132,6 +132,12 @@ function mytheme_search_loop() { post->ID)) return true; + return false; +} + add_action('thematic_searchloop', 'mytheme_search_loop'); // End of the Contextual/Highlight Search functions ?> -- 2.17.1