Hello, my site is using the Astra theme with the Gutenberg editor to build the article content. I'm currently having a problem: I want each article to be displayed with a different title on the front-end than on the back-end (e.g. for SEO optimization or typography), but I can't find a way to set it up properly.
The methods I tried included:
-
Customize the meta title using an SEO plugin such as Yoast SEO (this works, but doesn't affect the H1 display of the front-end page)
-
Modify the theme file in the
single.php
template, but it affects all articles and cannot be controlled individually
My goal is:
Freedom to set a separate page main title (H1) in each post without changing the post's backend title or fixed link. Is there a plugin recommended or do I need to implement it with custom fields + code?
- newest
- hottest
See only the author.