File: /home/mmickelson/martyknows.com/wp-content/themes/elegant-grunge/content.php
<?php
/**
* @package Elegant_Grunge
* @since Elegant Grunge 1.0.4
*/
?>
<div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
<div class="post-date">
<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'elegant-grunge' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark">
<?php the_time( get_option( 'date_format' ) ); ?>
</a>
</div>
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'elegant-grunge' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<div class="post-author">
<?php
printf( __( '<span class="author vcard">By <a class="url fn n" href="%1$s" title="%2$s">%3$s</a></span>', 'elegant-grunge' ),
get_author_posts_url( get_the_author_meta( 'ID' ) ), esc_attr( sprintf( __( 'View all posts by %s', 'elegant-grunge' ), get_the_author() ) ), get_the_author() );
?>
</div>
<div class="entry">
<?php the_content( __( 'Continue reading', 'elegant-grunge' ) ); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'elegant-grunge' ), 'after' => '</div>' ) );
if ( null == $post->post_title ) {
?>
<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'elegant-grunge' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php _e( 'Continue reading' ); ?></a>
<?php
}
?>
</div>
<div class="clear"></div>
<p class="metadata">
<?php comments_popup_link( __( 'Leave a comment', 'elegant-grunge' ), __( '1 comment', 'elegant-grunge' ), __( '% comments', 'elegant-grunge' ) ); ?>
<?php the_tags( ' | '.__( 'tags:', 'elegant-grunge' ) . ' ', ', ', '' ); ?>
<?php if ( count( get_the_category() ) ) : ?>
| <?php _e( 'posted in ', 'elegant-grunge' )?><?php the_category( ', ' )?>
<?php endif; ?>
<?php edit_post_link( __( 'Edit', 'elegant-grunge' ), ' | ', '' ); ?>
</p>
<div class="hr"><hr /></div>
</div>