From f281b4233ef0ba33f58582efcd467602fbf6412c Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 2 Oct 2015 12:26:42 -0400 Subject: [PATCH] Get rid of entry-meta below single posts ('Was posted in ... ') --- single.php | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) 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') . ''; +// ?> + -- 2.17.1