Hi there,
I’ve come across a strange issue while building a new site using cornerstone.
It seems that the page content is being rendered twice in the DOM on the frontend.
In the HTML output, I can see the same post element duplicated:
<div class="x-main full" role="main">
<article id="post-8" class="post-8 page type-page status-publish hentry no-post-thumbnail">...</article>
<article id="post-8" class="post-8 page type-page status-publish hentry no-post-thumbnail">...</article>
</div>
The exact same page (same post ID) is output twice, which results in the full content being displayed twice.
This only happens on the frontend. Inside the Cornerstone editor everything appears correctly (no duplicated content). I’m currently using a blank template.
Any idea what could cause this? (details are in the secure note)
Thanks in advance!
