From 7a1781f21dfa95bd52299f374a031cd3a298b37b Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 26 Sep 2017 09:50:00 -0400 Subject: [PATCH] Update title For the event detail page pull event name. --- sections/interior-page.php | 22 ++++++++++++++-------- style.css | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index 7e4c78c..00f7d07 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -3,7 +3,13 @@
-

+ '.glm_get_event_name().''; + } else { + echo "

" . get_the_title() . "

"; + } + ?>
@@ -12,7 +18,7 @@ { echo ""; } ?> @@ -29,16 +35,16 @@ - +
- + - +
- +
@@ -59,5 +65,5 @@
- - \ No newline at end of file + + diff --git a/style.css b/style.css index 3e715b0..1462654 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: UniversityCenter Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for UniversityCenter -Version: 1.0.2 +Version: 1.0.3 */ -- 2.17.1