Hello. I didn't know the block "title combo". In the beginning, I didn't understand :-) because for me it was just a title and a navigation, without connexion.
For exemple, I'm trying to customise the header and the start of post and page.
I specify that I do a theme based on basis.
I remove this block everywhere and change by a simple block title.
The other reason for removing it is that the place just after the title (for messages) is not practical for me.
I create a region "admin-secondary" at the top and put messages in it.
It's more practical, i think and keep the design "outline".
Last thing, why keep title outside the <article> (like in Drupal) ?
I don't see the interest of that ?
An article is a title(with header or not) + metas + content + footer(tags and share)
if i refered to rules of html.
I think it was easy to customise the start of post and page to put date before title, but if i look at the template (node.tpl.php), i have curious thing (h2 for title, date in >footer>) and it's not easy to put the date at the start. Do i need to create a custom module for a block date ?
Comments
In the end, I use my <h1> with my custom layout just before the region for the content and i make a preprocess_theme for site_identity.
And I removed the whole title-combo. For some people, this block may be interesting, but if you want to create a theme, the best thing to do is to remove that block,. It's my opinion.
Choosing to not use the "Page title combo" block on content can also be helpful if you want to arrange the "Page tabs" menu and "Page title" differently.
It's great that everyone has a choice. I'm currently making a website where the H1 title is located at the top of the page in full width with a background image, 50vh height, how do you like that? The possibility to move the title to any place on the page should be necessarily.
You can edit node.tpl.php to your liking, copy it to the `templates` folder of your theme. The H2 title is used to display a list of teasers.
Of course. I simply give my impressions of a site builder. On one side, I found that BackdropCMS and Drupal have a great system to create a site, where it is possible to customize the administration as you want without creating a custom post or using a plugin like CMB2 (a great plugin for WordPress), and on the other side, I found things complicated and useless.