Removing 'contact us' links and text in header and footer
authorLaury GvR <laury@gaslightmedia.com>
Tue, 10 Sep 2019 20:04:10 +0000 (16:04 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 10 Sep 2019 20:04:10 +0000 (16:04 -0400)
parts/header-meta.php
sections/footer.php
sections/header.php
style.css

index 48b1d33..800f722 100644 (file)
@@ -2,8 +2,8 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.3">
 <!--    <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/assets/favicon.ico">-->
     <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,900" rel="stylesheet">
     <?php wp_head(); ?>
-  </head>
\ No newline at end of file
+  </head>
index 15ef5a1..8a22fdd 100644 (file)
@@ -1,6 +1,3 @@
-                        <div class="row text-center">
-                            <h4>Your initial one-hour client consultation is always FREE! <a href="<?php echo get_permalink(650); ?>">Contact us</a> for more info.</h4>
-                        </div>
                         <div id="background-bottom">
                         <footer class="main opensearchserver.ignore">
                             <?php if (is_active_sidebar('sidebar-f')) :?>
index bb3394b..836e9fd 100644 (file)
@@ -2,8 +2,7 @@
     <div class="row">
         <div class="large-6 columns right">
             <ul class="right">
-               <li><a href="<?php echo get_permalink(650); ?>">Contact Us</a></li><!-- 
-               --><li>(906) 337-2340</li> 
+               <li>(906) 337-2340</li> 
             </ul>
         </div>
     </div>
index af37dac..73b1ce6 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: WherePeopleCount
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for WherePeopleCount
-version: 1.0.1
+version: 1.0.3
 */