<a href="<?php 
    the_permalink();
    ?>
" rel="bookmark">
        <?php 
}
?>
               <header>
                   <div class="row entry-meta text-muted">
                        <div class="col-xs-6">
                            <span class="block"><i class="fa fa-user fa-fw"></i> <?php 
printf(__('by %s', 'chivenewengland'), get_the_author());
?>
</span>
                            <span class="block"><i class="fa fa-clock-o fa-fw"></i> <?php 
echo chivenewengland_entry_meta_dt();
?>
</span>
                        </div>

                        <div class="col-xs-6 text-right">
                            <?php 
if (comments_open()) {
    ?>
                                <?php 
    if (is_singular()) {
        ?>
                                    <a href="#post-comments">
                                        <span class="block comments-count"><i class="fa fa-comment fa-fw"></i> <?php 
        comments_number('0 comments', '1 comment', '% comments');
        ?>
Example #2
0
                       <h3 class="post-title"><?php 
    the_title();
    ?>
</h3>
                   <?php 
}
?>
                      
                   <div class="row entry-meta text-muted">
                        <div class="col-xs-6">
                            <span class="block"><i class="fa fa-user fa-fw"></i> <?php 
printf(__('by %s', 'chivenewengland'), get_the_author());
?>
</span>
                            <span class="block"><i class="fa fa-clock-o fa-fw"></i> <?php 
printf(__('on %s', 'chivenewengland'), chivenewengland_entry_meta_dt());
?>
</span>
                        </div>

                        <div class="col-xs-6 text-right">
                            <?php 
if (comments_open()) {
    ?>
                                <?php 
    if (is_singular()) {
        ?>
                                    <a href="#post-comments">
                                        <span class="block comments-count"><i class="fa fa-comment fa-fw"></i> <?php 
        comments_number('0 comments', '1 comment', '% comments');
        ?>