adding a class to help search
authorIan Weller <ian@gaslightmedia.com>
Fri, 13 Jan 2017 16:09:36 +0000 (11:09 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 13 Jan 2017 16:09:36 +0000 (11:09 -0500)
I added a class Chuck mentioned to help the open search

sections/copyright.php
sections/footer.php
sections/header.php
sections/off-canvas.php

index 267aed0..3be4363 100644 (file)
@@ -1,4 +1,4 @@
-                <div id="copyright">
+                <div id="copyright" class="opensearchserver.ignore">
                     <div class="row">
                         <div class="small-12 text-center columns">
                             <span>Copyright &copy; <?php echo date('Y');?> </span>
index cc0dbbe..a91ead2 100644 (file)
@@ -1,4 +1,4 @@
-                        <footer class="main">
+                        <footer class="main opensearchserver.ignore">
                             <?php if (is_active_sidebar('sidebar-f')) :?>
                                 <?php dynamic_sidebar('sidebar-f');?>
                             <?php endif;?>
index 63e12f0..5bfc019 100644 (file)
@@ -1,4 +1,4 @@
-<header class="main">
+<header class="main opensearchserver.ignore">
     <?php if (is_front_page()) { ?>
         <div class="row">
             <div id="ad" class="small-12 columns text-center">
index f74d9f9..698bc8f 100644 (file)
@@ -1,4 +1,4 @@
-                    <aside class="left-off-canvas-menu hide-for-large-up">
+                    <aside class="left-off-canvas-menu hide-for-large-up opensearchserver.ignore">
                         <?php glm_theme_mobile_off_canvas(); ?>
                         <?php get_template_part('parts/search-form');?>
                         <ul class="offcavas-social-list">