Updating weather widget
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 21 Dec 2018 17:40:54 +0000 (12:40 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 21 Dec 2018 17:40:54 +0000 (12:40 -0500)
Update the plugin shortcode

footer.php
style.css

index b1e8dc1..9d2ffb3 100644 (file)
                   <li class="street-address">P.O. Box 421</li>
                   <li class="locality">Munising MI, 49862</li>
                   <li class="phone">906-387-1717  |  <a href="<?php echo esc_url(get_permalink(get_page_by_title("Contact Us"))); ?>">Contact</a></li>
-          
+
                 </ul>
               </div>
               <div class="medium-7 columns text-center">
                 <ul class="footer-menu">
                 <li>
                     <div id="weather-widget">
-                        <?php echo do_shortcode('[wunderground location="Munising, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="alerts,daynames,pop,icon,text,conditions,date,highlow"]'); ?>
+                        <?php echo do_shortcode('[awesome-weather location="5003065" units="F" forecast_days="4"]'); ?>
                     </div>
-                    <a href="http://www.wunderground.com/us/mi/munising?MR=1" target="_blank" id="activate-weather">Weather</a>
+                    <a href="https://openweathermap.org/city/5003065" target="_blank" id="activate-weather">Weather</a>
                 </li>
                 <li><a href="<?php echo esc_url(get_permalink(get_page_by_title("Media"))); ?>">Media</a></li>
 <!--                <li><a href="">Members Only</a></li>-->
index 282ed0f..555bdc8 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Munising CVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A custom theme for Munising Convention and Visitor's Bureau.
-Version: 1.1.37
+Version: 1.1.38
 */