From: Steve Sutton Date: Wed, 16 Dec 2015 15:34:25 +0000 (-0500) Subject: Update the blog theme page X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7e869c2599985594eea90c2b24adb3be6769e0dc;p=web%2FGruntInit%2FglmTheme.git Update the blog theme page Adding the feature image to the theme. Adding the Add This share js script to the single blog page. --- diff --git a/root/single.php b/root/single.php index 84e3970..544afa5 100644 --- a/root/single.php +++ b/root/single.php @@ -1,52 +1,71 @@ -
-
-
- -
-
-
-
-
> - -
- $cat->name, 'slug' => $cat->slug ); - echo ''. $cat->name .', '; - } +
+
+
+ +
+
+
+
+
> +
+

+ + + + Posted on +
+ + +
+ +
+ +
+ + + +
+ + +
+ $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 .', '; - } + } + $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') . ''; - ?> -
-
-
-
-
-
- - -
-

-
- -
- -
- + } + echo ' on '; + echo ' ' . the_time('F jS, Y') . ''; + ?> +
+
+
+
+
+
+ + +
+

+
+ +
+ +
+