Home › Forums › Back End › Single Blog Post Repeating for no apparent reason › Reply To: Single Blog Post Repeating for no apparent reason
August 28, 2013 at 10:31 pm
#148465
Participant
Actually, I found the problem. This:
<?php if ( is_single() ) : ?>
<div class="the-content"><?php the_content( str_replace( '->', '→', yiw_get_option('blog_read_more_text') ) ) ?></div>
<?php wp_link_pages(); ?>
<?php endif; ?>
Was in loop-blog-big.php twice. Thanks for taking a look guys @Senff and @TheDoc