?> " <?php post_class('entry'); ?> > <h3><a href="<?php the_permalink(); ?> "><?php the_title(); ?> </a></h3> <?php $post->post_excerpt != "" ? the_excerpt() : BX_shift_down_headlines(the_content()); ?> <p class="info"><?php if ($post->post_excerpt != "") { ?> <a href="<?php the_permalink(); ?> " class="more">Continue Reading</a><?php } ?> <?php comments_popup_link('Add comment', '1 comment', '% comments', 'commentlink', ''); ?> <em class="date"><?php
<hr class="low" /> <?php } else { ?> <div class="entry"> <h3><a href="<?php the_permalink(); ?> " title="Permalink"><?php the_title(); ?> </a></h3> <?php $post->post_excerpt != '' ? the_excerpt() : BX_shift_down_headlines(get_the_content()); ?> <?php wp_link_pages('before=<p class="page-links">&after=</p>'); ?> <p class="info"> <?php if ($post->post_excerpt != '') { ?> <a href="<?php the_permalink(); ?> " class="more"><?php _e('Continue'); ?> </a><?php