File: /home/mmickelson/martyknows.com/wp-content/themes/esquire/content-quote.php
<?php
/**
* The template for displaying Video Posts
*
* @package Esquire
* @since Esquire 1.0
*/
?>
<div <?php post_class(); ?>>
<?php if ( ! is_page() ) : ?>
<div class="datebox">
<a href="<?php the_permalink(); ?>" rel="bookmark">
<p class="day"><?php the_time( 'd' ); ?></p>
<p class="month"><?php the_time( 'M' ); ?></p>
</a>
</div>
<?php endif; ?>
<div class="postbody quote">
<div class="content">
<?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'esquire' ) ); ?>
</div>
<?php comments_template(); ?>
<div class="meta bar">
<p class="permalink">
<?php if ( ! is_page() ) : ?>
<a href="<?php the_permalink(); ?>"><span rel="<?php the_time( get_option( 'date_format' ) ); ?>"><?php printf( __( '%1$s ago', 'esquire' ), human_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) ) ); ?></span></a>
<?php endif; ?>
<a href="<?php echo wp_get_shortlink(); ?> " class="shorturl"><span><?php _e( 'Short URL', 'esquire' ); ?></span></a>
<?php comments_popup_link( '<span>' . __( 'Comments', 'esquire' ) . '</span>', '<span>' . __( '1 Comment', 'esquire' ) . '</span>', '<span>' . __( '% Comments', 'esquire' ) . '</span>', 'comment-count', '' ); ?>
<?php edit_post_link( __( 'Edit', 'esquire' ) ); ?>
</p>
<div class="tagbar">
<?php if ( 1 != esquire_category_counter() ) : ?>
<p class="tags cats"><?php the_category( '<span>/</span>' ); ?></p>
<?php endif; ?>
<?php the_tags( '<p class="tags">', '<span>/</span>', '</p>' ); ?>
</div><!-- .tagbar -->
</div><!-- .meta .bar -->
</div><!-- .postbody .text -->
</div><!-- .post -->