Having same issue…any suggestions, work arounds or fixes?
I’m having the same issue as well. The link you posted does not show any duplicate content to me though. Were you able to fix it? I’m still having problems with my blog. Here’s are my 3 page examples:
http://www.doubletakes.org/submissions/
http://www.doubletakes.org/contact-us/
http://www.doubletakes.org/site-policies/
It only seems to do a duplicate of the text/html added into the content part of the pages. This happening on all pages except for the home page.
The only html coding I have in the pages look similar to this one on my “Contact Us” page:
<ul>
<li>Questions?</li>
<li>Comments?</li>
<li>Suggestions?</li>
<li>Anything you want to tell us that's NOT a Submission?</li>
</ul>
Contact us at <a href="mailto:[email protected]" target="_blank">[email protected]</a> <em><strong>OR</strong></em> send it through the form here:
[contact-form 2 "Contact Us"]
Nevermind. I fixed my problem. I realized that in the page.php file that
<div class="postContent"><?php the_content('[Read the rest of this entry...]'); ?></div>
was entered in the file twice. I deleted one, and it fixed my problem.