<div class="entry">
<h2>" title="Permalink"><?php the_title(); ?></h2>
<p class="info">
<em class="date"><?php the_time('F jS, Y') ?> <?php the_time('h:ia') ?>
<em class="author"><?php the_author(); ?>
<?php edit_post_link('Edit','<span class="editlink">','</span>'); ?>
<?php if ($post->post_excerpt != "") { the_excerpt(); ?>
" class="more">More
<?php } else { the_content(); ?>
<p class="filedunder"><?php comments_popup_link('Add comment', '1 comment', '% comments', 'commentlink', ''); ?>
:: <?php the_category(','); ?> :: Bookmark on <?php wp_notable(); ?>
<?php } ?>
</div>