changed number of golf courses in text block
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 14:21:29 +0000 (09:21 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 14:21:29 +0000 (09:21 -0500)
front-page.php
index.php
parts/interior-footer.php

index 87460fe..3a0c1d2 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 12 amazing courses and 12 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 11 amazing courses and 11 relaxing retreats, Michigan’s Central Swing is the destination every golfer is looking for.</p>
                         <?php $golfPage = get_page_by_title('Golf');?>
                         <?php if($golfPage):?>
                         <a href="<?php echo get_page_link($golfPage->ID);?>">more info...</a>
index c43d7c5..120a1b4 100644 (file)
--- a/index.php
+++ b/index.php
                                     <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 12 amazing courses and 12 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 11 amazing courses and 11 relaxing retreats, Michigan’s Central Swing is the destination every golfer is looking for.</p>
                                         <a href="<?php bloginfo('url'); ?>#">more info...</a>
                                     </div>
                                 </div>
index bbf9bd1..7823eaa 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 12 amazing courses and 12 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 11 amazing courses and 11 relaxing retreats, Michigan’s Central Swing 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>