From: Steve Sutton Date: Tue, 26 Sep 2017 16:56:35 +0000 (-0400) Subject: Update for title X-Git-Tag: v1.0.26^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=8047e2691835488e2137a3e0aaaea0a9503f6116;p=WP-Themes%2Fmackinacbridge.git Update for title Use event name for title on detail page. --- 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 */