From d3437d65f26c135e98de966d1fe6a6fa2adf357e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 16 Nov 2017 09:58:55 -0500 Subject: [PATCH] changing the member sidebar type id for the sc attribute setting the list shortcode to industry partners --- sections/interior-page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index e17efb1..2ff775a 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -31,7 +31,7 @@ endif; echo ""; echo "

Industry Partners

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