I am looking for a way to manually edit listing H1. I am currently using tokens and it is auto completing the H1 of the listings but those contain some information I do not want. When using tokens, H1 are not editable and when not using it, H1 and title becomes editable by the user, which I don’t want either.
Is there a work around to let admins manually edit H1 without making them editable for the users?
Then you can create a custom Text attribute in Listings/Attributes, and name it (for example) “custom_title”. Then, in the overridden template parts you can check if this attribute is not empty:
If you don’t mark this attribute as Editable, then only admins will be able to fill it. This way, listings will show their default titles unless this custom field has any text, then it will be displayed instead.
It seems that it’s the main theme folder on the screenshot, not the HivePress plugin folder. Please copy template parts from the plugin’s hivepress/templates folder to the child theme’s hivepress subfolder, keeping the structure (please check the linked video for example, it’s linked to the timecode with the example).