From 8355a7ed89b5d786d3a33f28609f77d6dbdca097 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 21 Dec 2018 12:56:35 -0500 Subject: [PATCH] Updating weather Use awesome-weather widget --- lib/navigation.php | 4 ++-- style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/navigation.php b/lib/navigation.php index 930fb05..e11ce07 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -76,8 +76,8 @@ if ( ! function_exists( 'glm_theme_footer' ) ) { echo glm_get_footer_nav_menu( 'footer' ); echo '
  • '; - echo '
    '. do_shortcode('[wunderground location="Three Oaks, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="daynames,pop,icon,conditions,date,highlow"]') . '
    '; - echo 'Weather
  • '; + echo '
    '. do_shortcode('[awesome-weather location="5012197" units="F" forecast_days="4" override_title="Harbor Country"]') . '
    '; + echo 'Weather'; echo ''; } function glm_get_footer_nav_menu( $theme_location ){ diff --git a/style.css b/style.css index a58ca75..8fdd84e 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: HarborCountry Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for HarborCountry -Version: 1.0.33 +Version: 1.0.34 */ -- 2.17.1