Update awesome weather shortcode
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Oct 2015 14:25:35 +0000 (10:25 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Oct 2015 14:25:35 +0000 (10:25 -0400)
use location number

footer.php

index e989c9c..3f4e0b1 100644 (file)
@@ -4,7 +4,7 @@
                                     <ul id="menu-footer">
                                         <li>
                                             <div id="weather-widget">
-                                                <?php echo do_shortcode('[awesome-weather location=MountPleasant,MI background='.get_bloginfo('template_directory').'/assets/weather-bkgrd.jpg inline_style="width: 200px;"]'); ?>
+                                                <?php echo do_shortcode('[awesome-weather location=5002714 background='.get_bloginfo('template_directory').'/assets/weather-bkgrd.jpg inline_style="width: 200px;"]'); ?>
                                             </div>
                                             <a href="http://openweathermap.org/city/5002714" target="_blank" id="activate-weather">Weather</a>
                                         </li>