Archived topic
Subtitle problem
1 reply · Started by sander on January 8, 2021
Hello
I Use the theme generatepress en i have the <H1> title into the featured image. You can see it here :
But now i will have a subtitle under the post title into the featured image. How can i do this?
Sorry for my bad English, I'm from Holland
Thank You very much
Hi there,
you can create a Custom Field for your subtitle in the WordPress post editor. This article explains how:
https://wordpress.org/support/article/custom-fields/
Then you can use the {{custom_field.name}} template tag in your Header Element.
For example if you created a Custom Field named: subtitle your template tag would be:
{{custom_field.subtitle}}