File: /home/mmickelson/echelonwellness.com/wp-content/themes/next-saturday/content-chat.php
<?php
/**
* @package WordPress
* @subpackage Next Saturday
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class('post'); ?>>
<?php next_saturday_entry_date(); ?>
<div class="entry-container">
<header class="entry-header">
<h1 class="post-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'next-saturday' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
</header><!-- .entry-header -->
<div class="entry-content">
<div class="highlight-box">
<?php
the_content( __( 'Read more <span class="meta-nav">→</span>', 'next-saturday' ) );
?>
<?php wp_link_pages( array( 'before' => '<div class="page-link"><p>' . __( 'Pages:', 'next-saturday' ), 'after' => '</p></div>' ) ); ?>
</div><!-- .highlight-box -->
</div><!-- .entry-content -->
<div class="entry-meta-wrap">
<div class="entry-meta">
<span class="comments-num"><?php comments_popup_link( __( 'Leave a comment', 'next-saturday' ), __( '1 Comment', 'next-saturday' ), __( '% Comments', 'next-saturday' ) ); ?></span>
<?php edit_post_link( __( 'Edit this Entry', 'next-saturday' ), '<span class="edit-link">', '</span>' ); ?>
</div>
</div>
</div><!-- .entry-container -->
</article><!-- #post-## -->