From: Steve Sutton Date: Mon, 25 Sep 2017 15:33:01 +0000 (-0400) Subject: update for the title of the page. X-Git-Tag: v1.0.41^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ce1ef1422214c57c08df04db168628fe47242925;p=WP-Themes%2Fpetoskeyarea.git update for the title of the page. Pull in event name for title. Pull in member name for title. --- diff --git a/index.php b/index.php index 8762b09..b7669c0 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,15 @@
-

+ " . get_member_name() . ""; + } else if ( glm_is_event_detail() ) { + echo glm_get_event_name(); + } else { + echo "

" . get_the_title() . "

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