Replace weather widget location with city,state format
authorLaury GvR <laury@gaslightmedia.com>
Wed, 14 Nov 2018 21:59:16 +0000 (16:59 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 14 Nov 2018 21:59:16 +0000 (16:59 -0500)
footer.php

index cd8a6b9..d65c02d 100644 (file)
@@ -52,7 +52,7 @@
                             <div id="footer-weather" class="footer-section large-4 small-12 columns">
                                 <div class="footer-weather-logo">
                                     <div id="weather-widget">
-                                        <?php echo do_shortcode('[wunderground location=zmw:49734.1.99999 measurement="f" layout="table-horizontal" numdays="2" showdata="daynames,pop,icon,conditions,date,highlow"]');?>
+                                        <?php echo do_shortcode('[wunderground location="Gaylord,MI" measurement="f" layout="table-horizontal" numdays="2" showdata="daynames,pop,icon,conditions,date,highlow"]');?>
                                     </div>
                                     <a target="_blank" id="activate-weather" href="https://www.wunderground.com/weather/us/mi/gaylord" class=""><img src="<?php echo get_template_directory_uri(); ?>/assets/weather-icon.png?v=1.0.0"></a>
                                 </div>