Duplicate Content


Author Message
Denise

Posted: 7/16/2016
Quote message 

Wordpress 4.5.3, Artisteer 4.1

Duplicate content is showing up on my pages. I believe it's an issue with my Artisteer. I had another site that this happened to, opened a ticket with Artisteer but it was never resolved.

I see I have "art-postcontent clearfix" twice. What can I do to fix this?

<div class="art-postcontent clearfix">
<p>This will work out this time around.</p>
</div>
<div id="comments" class="art-comments">
<h1 class="art-postheader">
<div class="art-comment art-postcontent clearfix">
<p>This will work out this time around.</p>
</div>
<div class="art-pager">
 
Denise

Posted: 7/23/2016
Quote message 

In case anyone wants to know I didn't comment out the
.art-comments {
display: none !important;
}
but commented out the rest of the post content.