From cb0d24cee3848d8b874c5daa6ff648631879b9ae Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 22 Jan 2016 10:36:39 -0500 Subject: [PATCH] Fix single page for events --- single.php | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/single.php b/single.php index bc637a5..f1c0d4d 100644 --- a/single.php +++ b/single.php @@ -11,7 +11,7 @@
- +
@@ -44,32 +44,6 @@
-
- $cat->name, 'slug' => $cat->slug ); - echo ''. $cat->name .', '; - } - } - $post_tags = wp_get_post_tags( get_the_ID() ); - $tags = array(); - if (has_tag( )) { - echo ' and tagged '; - foreach($post_tags as $t){ - $tag = get_tag( $t ); - $tags[] = array( 'name' => $tag->name, 'slug' => $tag->slug ); - echo ''. $tag->name .', '; - } - } - echo ' on '; - echo ' ' . the_time('F jS, Y') . ''; - ?> -