Update weather widget
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 21 Dec 2018 16:32:57 +0000 (11:32 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 21 Dec 2018 16:32:57 +0000 (11:32 -0500)
Use awesome-weather plugin

sections/footer.php

index 57914f3..772ee7c 100644 (file)
@@ -46,7 +46,8 @@
                                     <div id="footer-weather" class="small-centered small-11 medium-uncentered medium-3 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="Calumet, MI" measurement="f" layout="table-horizontal" numdays="2" showdata="daynames,pop,icon,conditions,date,highlow"]');?>
+                                                <?php echo do_shortcode('[awesome-weather location="4996572" units="F" forecast_days="4"]');?>
                                             </div>
                                             <a id="activate-weather" class=""><img src="<?php echo get_template_directory_uri(); ?>/assets/weather-badge.png"></a>
                                         </div>