From d2032113060d70baf244f416bc49e0eb3685e459 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 10 Oct 2018 16:08:44 -0400 Subject: [PATCH] Dump version number and hide the industry partners Hide industry partners --- sections/interior-page.php | 4 ++-- style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index 313f21f..561d3c5 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -42,8 +42,8 @@ if ( is_active_sidebar( 'side-ad' ) ) : dynamic_sidebar( 'side-ad' ); endif; echo ""; - echo "

Industry Partners

"; - echo do_shortcode('[glm-members-list type="12" view="sidebar"]'); + // echo "

Industry Partners

"; + // echo do_shortcode('[glm-members-list type="12" view="sidebar"]'); echo ""; } diff --git a/style.css b/style.css index 4c71a5b..52a66ce 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: MiGCSA Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for MiGCSA -Version: 1.0.19 +Version: 1.0.20 */ -- 2.17.1