From 8191ee2ef1beadec0ce61651f8001ba91bc626c5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 29 Sep 2011 16:29:59 -0400 Subject: initial commit --- content-single.php | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 content-single.php (limited to 'content-single.php') diff --git a/content-single.php b/content-single.php new file mode 100644 index 0000000..987e123 --- /dev/null +++ b/content-single.php @@ -0,0 +1,85 @@ + + +
> +
+ ID ) + && ($image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'post-thumbnail' ) ) + ){ + // Houston, we have a new header image! + echo '
'; + echo get_the_post_thumbnail( $post->ID , null); + echo '
'; + echo get_post(get_post_thumbnail_id( $post->ID ))->post_excerpt; + echo '
'; + echo '
'; + } + ?> +

+ + + +
+ +
+ + '' ) ); ?> +
+ +
+ permalink.', 'twentyeleven' ); + } elseif ( '' != $categories_list ) { + $utility_text = __( 'This entry was posted in %1$s by %5$s. Bookmark the permalink.', 'twentyeleven' ); + } else { + $utility_text = __( 'This entry was posted by %5$s. Bookmark the permalink.', 'twentyeleven' ); + } + + printf( + $utility_text, + $categories_list, + $tag_list, + esc_url( get_permalink() ), + the_title_attribute( 'echo=0' ), + lnns_authors() + ); + ?> + ', '' ); ?> + + + + +
+
-- cgit v1.2.3