projects
/
WP-Themes
/
SaultHistoricSites.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b45829
)
Update shorcode for new weather plugin
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 26 Dec 2018 15:14:24 +0000
(10:14 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 26 Dec 2018 15:14:24 +0000
(10:14 -0500)
use awesome weather
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
d6834f6
..
75e80fc
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-27,7
+27,7
@@
</div>
</div>
<div id="weather-widget" class="medium-3 columns show-for-large-up text-center">
- <?php echo do_shortcode('[
wunderground location="Sault Ste Marie, MI" measurement="f" layout="simple" numdays="1" class="local-weather" showdata="alerts,daynames,pop,icon,text,conditions,date,highlow
"]'); ?>
+ <?php echo do_shortcode('[
awesome-weather location="6141439" units="F" forecast_days="4
"]'); ?>
</div>
</div>
</footer>