From 8047e2691835488e2137a3e0aaaea0a9503f6116 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 26 Sep 2017 12:56:35 -0400 Subject: [PATCH] Update for title Use event name for title on detail page. --- index.php | 14 ++++++++++---- style.css | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index be0549c..7f22764 100644 --- a/index.php +++ b/index.php @@ -20,16 +20,22 @@ - " . get_the_title() . ""; ?> - + '.glm_get_event_name().''; + } else { + echo "

" . get_the_title() . "

"; + } + ?> +

- - + + diff --git a/style.css b/style.css index 19a3e36..1633d28 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: MackinacBridgeAuthority Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for MackinacBridgeAuthority -Version: 1.0.25 +Version: 1.0.26 */ -- 2.17.1