From: Steve Sutton Date: Tue, 26 Sep 2017 13:48:05 +0000 (-0400) Subject: Update title X-Git-Tag: v1.0.6^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=edff5d120fc5f01115bede88f1ffafe1d5418172;p=WP-Themes%2Fturkeyville.git Update title For event detail page pull the event name. --- diff --git a/sections/interior-page.php b/sections/interior-page.php index 85e6ee9..c26443b 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -1,6 +1,12 @@
-

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

" . get_the_title() . "

"; + } + ?>
@@ -71,4 +77,4 @@
-
\ No newline at end of file +