+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+
> +
+

+
+ +
+ + - - - + echo 'This entry was posted '; + if (has_category()) { + echo 'in '; + foreach($post_categories as $c){ - - + $cat = get_category( $c ); + $cats[] = array( 'name' => $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') . '. '; + ?> - - - - - - - -
- -
- + +
+ +
+
+
+