From: Anthony Talarico Date: Fri, 7 Sep 2018 15:00:57 +0000 (-0400) Subject: fixing broken member db list and view pages by replacing the include for index.php... X-Git-Tag: v1.0.24^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=85eee2b1f562b35385aaf3067c5be6d4ccb0bb05;p=WP-Themes%2Fdiscoverkalamazoo2018.git fixing broken member db list and view pages by replacing the include for index.php in the template --- 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 */