<div class="recent_post"> <h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php echo esc_attr( sprintf( __( 'Permanent link to %s' ), the_title_attribute( 'echo=0' ) ) ); ?>"><?php the_title(); ?></a></h2> <p class="author" ><?php _e( 'Posted on', 'fadtastic' ); ?> <em><?php the_time( get_option( 'date_format' ) ); ?></em>. <?php _e( 'Filed under:', 'fadtastic' ); ?> <?php the_category( ', ' ); ?> | <?php the_tags( __( 'Tags: ', 'fadtastic' ), ', ', ' | ' ); ?> <?php edit_post_link( __( 'Edit This', 'fadtastic' ) ); ?></p> </div>