-<?php echo '<span id="shareThisOrange" class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>'; ?>
+
<?php if(function_exists('bcn_display') && !is_front_page())
{
echo "<div class=\"breadcrumbs\">";
<span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
</header>
<?php echo the_content(); ?>
+ <?php echo '<span id="shareThisOrange" class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>'; ?>
</article>
<?php if ( comments_open() || get_comments_number() ) :
comments_template();