witch code i remove from this theme coding
<div id=”content”>
<?php include(TEMPLATEPATH. ‘/includes/templates/breadcrumbs.php’); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1 class=”entry-title”><?php the_title(); ?></h1>
<div class=”entry-meta”>
<abbr title=”<?php the_time(‘F j, Y’); ?> at <?php the_time(‘g:i a’); ?>”><?php echo human_time_diff(get_the_time(‘U’), current_time(‘timestamp’)) . __(‘ ago’, ‘themejunkie’); ?></abbr> <?php _e(‘by’,’themejunkie’); ?><?php the_author_posts_link(); ?> <span class=”entry-comment”><?php comments_popup_link( __( ‘0’, ‘themejunkie’ ), __( ‘1’, ‘themejunkie’ ), __( ‘%’, ‘themejunkie’ ) ); ?></span>
</div> <!– end .entry-meta –>
<div class=”clear”></div>
<div class=”entry”>
<?php if(get_option(‘freshlife_integrate_singletop_enable’) == ‘on’) echo (get_option(‘freshlife_integration_single_top’)); ?>