From: Anthony Talarico Date: Wed, 26 Oct 2016 13:35:19 +0000 (-0400) Subject: removing header images from pages, removing search from off canvas menu X-Git-Tag: v1.0.0^2~62 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=937dfbf7e80d6118d759f05e9620a2fa097394d2;p=WP-Themes%2Fkalamazoobeerweek.git removing header images from pages, removing search from off canvas menu --- diff --git a/functions.php b/functions.php index 98a346a..5408df2 100644 --- a/functions.php +++ b/functions.php @@ -104,21 +104,21 @@ function is_post_type($type){ } /* Header for posts*/ function glm_get_header() { - echo ''; - echo ''; - echo '
'; - echo '
'; - echo '
'; - echo '
'; +// echo ''; +// echo ''; +// echo '
'; +// echo '
'; +// echo '
'; +// echo '
'; } // // The code below is useful when you want the image to resize to diff --git a/parts/off-canvas-menu.php b/parts/off-canvas-menu.php index 961d8ad..90aaaa7 100644 --- a/parts/off-canvas-menu.php +++ b/parts/off-canvas-menu.php @@ -1,6 +1,5 @@