From: Laury GvR Date: Fri, 22 Jan 2016 15:36:39 +0000 (-0500) Subject: Fix single page for events X-Git-Tag: v1.0.0^2~141 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cb0d24cee3848d8b874c5daa6ff648631879b9ae;p=WP-Themes%2Fsaultstemarie.git Fix single page for events --- 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') . ''; - ?> -