Set title for weather widget
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 21 Dec 2018 16:35:19 +0000 (11:35 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 21 Dec 2018 16:35:19 +0000 (11:35 -0500)
For Keweenaw

sections/footer.php

index 772ee7c..013cb1d 100644 (file)
@@ -47,7 +47,7 @@
                                         <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('[awesome-weather location="4996572" units="F" forecast_days="4"]');?>
+                                                <?php echo do_shortcode('[awesome-weather override_title="Keweenaw" 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>