changing the location of the weather widget
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 25 May 2018 14:26:16 +0000 (10:26 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 25 May 2018 14:26:16 +0000 (10:26 -0400)
sections/footer.php

index 13b33ea..8842e9d 100644 (file)
@@ -31,7 +31,7 @@
                                     <div id="footer-weather" class="small-centered small-11 medium-uncentered medium-6 large-2 columns left">
                                         <div class="footer-weather-logo">
                                             <div id="weather-widget">
-                                                <?php echo do_shortcode('[wunderground location="Calumet, MI" measurement="f" layout="table-horizontal" numdays="2" showdata="daynames,pop,icon,conditions,date,highlow"]');?>
+                                                <?php echo do_shortcode("[wunderground location='KMIMACKI4' measurement='f' layout='table-horizontal' numdays='2' showdata='daynames,pop,icon,conditions,date,highlow']");?>
                                             </div>
                                             <a id="activate-weather" class=""><img src="<?php echo get_template_directory_uri(); ?>/assets/weather-badge.png"></a>
                                         </div>