2009-07-12 23:39:38 +00:00
< div class = " post-comic-head " ></ div >
< div class = " post-comic " >
2009-08-07 20:01:29 +00:00
< ? php include_partial ( 'nav' ) ?>
2009-07-29 02:38:20 +00:00
< div class = " comicdate " >< ? php the_date ( 'F jS, Y' ) ?> </div>
< br class = " clear " />
2009-07-12 23:39:38 +00:00
< h2 >
< a href = " <?php get_permalink( $last_comic_post->ID ) ?> " rel = " bookmark " title = " <?php printf(__('Permanent Link to %s', 'comicpress'), get_the_title()) ?> " >< ? php the_title () ?> </a>
</ h2 >
2009-07-29 02:38:20 +00:00
< div class = " entry " >< ? php the_content ( '↓ Read the rest of this entry...' ) ?> </div>
2009-07-12 23:39:38 +00:00
< ? php the_transcript ( 'styled' ) ?>
2009-07-29 02:38:20 +00:00
< div class = " tags " >< ? php the_tags ( '└ Tags: ' , ', ' , '' ); edit_post_link ( 'Edit Post' , ' [ ' , ' ] ' ) ?> </div>
2009-07-12 23:39:38 +00:00
< div class = " comment-link " >
< ? php if ( 'open' == $post -> comment_status ) { comments_popup_link ( '“Comment”' , '“1 Comment”' , '“% Comments”' ); } ?>
</ div >
2009-07-29 02:38:20 +00:00
< br class = " clear " />
2009-07-12 23:39:38 +00:00
</ div >
2009-08-07 20:01:29 +00:00
< div class = " post-comic-foot " ></ div >