Wondering how to fix extra showing up on page.
Here's an example. The second ( Brazil lake"> ) part shouldn't be visible. Why is it visible just before "addthis" button?
Brazil lake
Posted on February 10, 2010 by greenlight resources administrator
Brazil lake">Bookmark and Share
- Code: Select all
<div class="entry-content">
<?php
if(function_exists('wp_socializer')){
echo wp_socializer('addthis-bt');
}
?>
<?php the_content(); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
</div><!-- .entry-content -->