Duplicate Content on page
-
I’m using WordPress 4.5.3, Artisteer 4.1
Duplicate content is showing up on my pages, all 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”>Here is a copy of my style.css I used to comment out “Post”, “Edit” and “Comment Form”
.art-postheader {
display: none !important;
}.art-postmetadataheader {
display: none !important;
}.art-pager {
display: none !important;
}.art-commentsform {
display: none !important;
}
The topic ‘Duplicate Content on page’ is closed to new replies.