From: Laury GvR Date: Fri, 4 Sep 2015 17:56:57 +0000 (-0400) Subject: Titles show up for single events (posts) X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c801d87cd9b4cc11f2b66b4696f3e128dd992e39;p=WP-Themes%2Fglmthemes%2Fcrawfordcounty-theme.git Titles show up for single events (posts) --- diff --git a/single.php b/single.php index e2b4c28..4ce203d 100644 --- a/single.php +++ b/single.php @@ -5,6 +5,10 @@
+ " . get_the_title() . ""; + } + ?>
>