I disabled the content title of pages via a layout element. The display rule is set for all pages. I want 4 pages to show the title. So, I added 4 exclusions for these pages. However, the title is still not showing. The checkbox for disabling the content title (in the editor layout section) is not enabled. What am I missing here?
I created for test purposes a shortcode and a hook element to show the content title for those 4 pages. This works just fine:
<header class="entry-header" aria-label="Inhalt">
<h1 class="entry-title" itemprop="headline">[page_title]</h1>
</header>
So, this is not related to CSS or some other function that might override something. It seems that the exclusions rules do not work.
Or rather it’s more likely me not fully understanding the concept here. 🙂
Thank you!
Mike