From 85eee2b1f562b35385aaf3067c5be6d4ccb0bb05 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 7 Sep 2018 11:00:57 -0400 Subject: [PATCH] fixing broken member db list and view pages by replacing the include for index.php in the template --- glm-associate-template.php | 1 + parts/header-meta.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/glm-associate-template.php b/glm-associate-template.php index 7d406fb..868c0aa 100644 --- a/glm-associate-template.php +++ b/glm-associate-template.php @@ -2,3 +2,4 @@ /* Template Name: GLM Associate Template */ +get_template_part('index'); \ No newline at end of file diff --git a/parts/header-meta.php b/parts/header-meta.php index 2d67ae2..9b179ea 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -3,7 +3,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index b14c5b1..64b071b 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Discover Kalamazoo 2018 Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Discover Kalamazoo -Version: 1.0.23 +Version: 1.0.24 */ -- 2.17.1