Hi,
The below is taken from the default Atelier demo, but is also present on my site.
<div id=”main-container” class=”clearfix”>
<div class=”page-heading page-heading-hidden page-heading-breadcrumbs clearfix”>
<div class=”container”>
<div class=”heading-text”>
<h1 class=”entry-title”>Home</h1>
</div>
When the page title is disabled in the page meta options, it is still present in the code.
So, if I include an h1 on the page, I then have 2 h1’s, which could leads to issues.
I am not sure if that is the most elegant way for it to be, or the most SEO friendly.
Typically, in other themes, it is also disabled in the code.
Is this just a bug that hasn’t yet been addressed, or perhaps a deliberate inclusion, given some reason that I am willing to learn ?
Is there a way to disable that on the pages that have the page title disabled?
Thanks