projects
/
WP-Themes
/
DiscoverKZOO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23231f7
)
removing blog search from search page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 29 Feb 2016 19:23:52 +0000
(14:23 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 29 Feb 2016 19:23:52 +0000
(14:23 -0500)
search.php
patch
|
blob
|
history
diff --git
a/search.php
b/search.php
index
15d8693
..
1e7dd40
100644
(file)
--- a/
search.php
+++ b/
search.php
@@
-108,6
+108,7
@@
</div><!-- /#post-404 -->
<?php endif;?>
</div>
+<!--
<div id="blog-side-info-wrapper" class="small-11 small-only-text-center medium-3 columns">
<div id="blog-side-info">
<form id="searchform" action="<?php bloginfo('url'); ?>" method="get">
@@
-140,7
+141,8
@@
?>
</ul>
</div>
- <?php } ?>
<!-- end empty query check -->
+ <?php } ?>
end empty query check
</div>
+-->
</div>
<?php get_footer(); ?>