From b5af04391aad9517b21a46c9026e888c3b340574 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 28 Apr 2015 14:28:34 -0400 Subject: [PATCH] Single update --- root/single.php | 175 +++++++++++++++++++++++------------------------- 1 file changed, 83 insertions(+), 92 deletions(-) diff --git a/root/single.php b/root/single.php index 2364fc5..42821a6 100644 --- a/root/single.php +++ b/root/single.php @@ -1,98 +1,89 @@ -
id="interior"> - -
- -
-
-
-
- -
-
-
-
- -
-
-
-
-
> -
-

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

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

+
+ +
+
+
+
+
+ +
+
+

Recent Posts

+
    + '5' ); + $recent_posts = wp_get_recent_posts( $args ); + foreach( $recent_posts as $recent ){ + echo '
  • ' . $recent["post_title"].'
  • '; + } + ?> +
+

Archive

+
    'monthly', 'limit' => 12 ) ); ?>
+

Categories

+ +
- - -
-

-
- -
-
-
- -

Recent Posts

-
    - '5' ); - $recent_posts = wp_get_recent_posts( $args ); - foreach( $recent_posts as $recent ){ - echo '
  • ' . $recent["post_title"].'
  • '; - } - ?> -
-

Archive

-
    'monthly', 'limit' => 12 ) ); ?>
-

Categories

-
-
- + -- 2.17.1