Updating the text on the Central Swing Banner.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 28 Jan 2019 14:53:29 +0000 (09:53 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 28 Jan 2019 14:53:29 +0000 (09:53 -0500)
Updating the text. Mainly going to 10

front-page.php
index.php
parts/interior-footer.php
style.css

index 724ef1b..18ab5b7 100644 (file)
@@ -17,7 +17,7 @@
                     <a href="<?php echo get_page_link(3041);?>"><img alt="Golf Logo" src="<?php bloginfo('template_url'); ?>/assets/swing.jpg"></a>
                     <div id="golf">
                         <h2>MICHIGAN’S ANSWER TO GREAT GOLF</h2>
-                        <p>Whether you’re looking for classic layouts, championship challenges, or a weekend oasis of golf, Michigan’s Central Swing has it all. With 11 amazing courses and 11 relaxing retreats, Michigan’s Central Swing is the destination every golfer is looking for.</p>
+                        <p>Whether you’re looking for classic layouts, championship challenges, or a weekend oasis of golf, Michigan’s Central Swing has it all. With 10 amazing courses and 10 relaxing retreats, Central Michigan is the destination every golfer is looking for.</p>
                         <?php $golfPage = get_post(3041);?>
                         <?php if($golfPage):?>
                         <a href="<?php echo get_page_link($golfPage->ID);?>">more info...</a>
@@ -34,7 +34,7 @@
                 ?>
                 <h2 class="blog-feed-front-sub-link"><a href="<?php echo get_permalink( get_option( 'page_for_posts' ) ); ?>">Visit Our Blog</a></h2>
             </div>
-            
+
             <div class="small-12 medium-4 columns small-text-center medium-text-left">
                 <?php get_sidebar(); ?>
             </div>
@@ -42,5 +42,5 @@
     </div>
 <?php get_footer(); ?>
 
-    
+
 
index 8c1d52d..286a789 100644 (file)
--- a/index.php
+++ b/index.php
@@ -7,7 +7,7 @@
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
-    <link href='https://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>  
+    <link href='https://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
   <body>
                                     <a href="<?php bloginfo('url'); ?>#"><img src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo.jpg"></a>
                                     <div id="golf">
                                         <h2>MICHIGAN’S ANSWER TO GREAT GOLF</h2>
-                                        <p>Whether you’re looking for classic layouts, championship challenges, or a weekend oasis of golf, Michigan’s Central Swing has it all. With 11 amazing courses and 11 relaxing retreats, Michigan’s Central Swing is the destination every golfer is looking for.</p>
+                                        <p>Whether you’re looking for classic layouts, championship challenges, or a weekend oasis of golf, Michigan’s Central Swing has it all. With 10 amazing courses and 10 relaxing retreats, Central Michigan is the destination every golfer is looking for.</p>
                                         <a href="<?php bloginfo('url'); ?>#">more info...</a>
                                     </div>
                                 </div>
                         <div class="row">
                             <div id="main-content" class="small-12 medium-6 large-8 columns">
                                 <h1>Our Blog</h1>
-                                <?php 
+                                <?php
                                 get_template_part('parts/blog-feed-front');
                                 ?>
                             </div>
                                 <a href="https://instagram.com/mtpleasantcvb"><img src="<?php bloginfo('template_url'); ?>/assets/instagram.png"></a>
                                 <a href="http://www.youtube.com/user/mountpleasantwow"><img src="<?php bloginfo('template_url'); ?>/assets/youtube-icon.png"></a>
                                 <a href="https://twitter.com/MtPleasantCVB"><img src="<?php bloginfo('template_url'); ?>/assets/twitter-icon.png"></a>
-                                <a href="https://www.facebook.com/pages/Mount-Pleasant-Area-Convention-and-Visitors-Bureau/55686552727"><img src="<?php bloginfo('template_url'); ?>/assets/facebook-icon.png"></a>    
+                                <a href="https://www.facebook.com/pages/Mount-Pleasant-Area-Convention-and-Visitors-Bureau/55686552727"><img src="<?php bloginfo('template_url'); ?>/assets/facebook-icon.png"></a>
                             </div>
                         </div>
                         <?php if (is_active_sidebar('sidebar-f')) :?>
index 7823eaa..abff069 100644 (file)
@@ -10,7 +10,7 @@
             </div>
             <div class="small-12 medium-8 large-9 columns">
                 <h2>MICHIGAN’S ANSWER TO GREAT GOLF</h2>
-                <p>Whether you’re looking for classic layouts, championship challenges, or a weekend oasis of golf, Michigan’s Central Swing has it all. With 11 amazing courses and 11 relaxing retreats, Michigan’s Central Swing is the destination every golfer is looking for.</p>
+                <p>Whether you’re looking for classic layouts, championship challenges, or a weekend oasis of golf, Michigan’s Central Swing has it all. With 10 amazing courses and 10 relaxing retreats, Central Michigan is the destination every golfer is looking for.</p>
                 <?php $golfPage = get_page_by_path('michigans-central-swing-golf-package/');?>
                 <?php if($golfPage):?>
                 <a href="<?php echo get_page_link($golfPage->ID);?>">more info...</a>
index 0f6d73c..b96f38d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MountPleasantCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MountPleasantCVB
-Version: 1.2.47
+Version: 1.2.48
 */