From 9f749c2ff43c48c9947920bd894bd7ff04a33ade Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 31 Jan 2017 14:24:54 -0500 Subject: [PATCH] moving the posted date under the image and the share this to the top of the page , removing the duplicates --- single.php | 43 ++++++------------------------------------- 1 file changed, 6 insertions(+), 37 deletions(-) diff --git a/single.php b/single.php index 0613f35..1ae8a36 100644 --- a/single.php +++ b/single.php @@ -10,54 +10,23 @@
+

-
> ID )) { ?> ID, 'full'); ?> + +
+ ' . the_time('F jS, Y') . '
'; ?> + -
- -
- -
- - - - -
-
- $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') . ''; - ?> -
+