From: Anthony Talarico Date: Tue, 31 Jan 2017 19:24:54 +0000 (-0500) Subject: moving the posted date under the image and the share this to the top of the page X-Git-Tag: v1.0.0^2~42 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=9f749c2ff43c48c9947920bd894bd7ff04a33ade;p=WP-Themes%2Fcrawfordco.git moving the posted date under the image and the share this to the top of the page , removing the duplicates --- 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') . ''; - ?> -
+