<div <?php post_class(); ?>> <img src="<?php bloginfo( 'stylesheet_directory' ); ?>/images/<?php echo 'rtl' == get_bloginfo( 'text_direction' ) ? 'h1-rtl.gif' : 'h1.gif'; ?>" class="lefth2img" alt="h1" /><h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2> <small><?php the_time( get_option( 'date_format' ) ) ?> <!-- by <?php the_author() ?> --></small> <div class="entry"> <?php the_content( __( 'Read the rest of this entry »' ) ); ?> </div> <p class="postmetadata"><?php printf( __( 'Posted in %s' ), get_the_category_list( ', ' ) ); ?> <strong>|</strong> <?php the_tags( __( 'Tagged' ).' ', ', ', ' <strong>|</strong> '); ?><?php edit_post_link( __( 'Edit' ),'',' <strong>|</strong>' ); ?> <?php comments_popup_link( __( 'Leave a Comment »' ), __( '1 Comment »'), __('% Comments »' ) ); ?></p> </div>