From: Laury GvR Date: Fri, 2 Oct 2015 16:26:42 +0000 (-0400) Subject: Get rid of entry-meta below single posts ('Was posted in ... ') X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f281b4233ef0ba33f58582efcd467602fbf6412c;p=WP-Themes%2Fglmthemes%2Fmountpleasant-theme.git Get rid of entry-meta below single posts ('Was posted in ... ') --- diff --git a/single.php b/single.php index 3bf69b3..53a5d1d 100644 --- a/single.php +++ b/single.php @@ -23,32 +23,32 @@

- + + // $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') . ''; +// ?> +