In functions-enfold.php, line 727 there’s the following comment:
In general the whole site has the same header active, based on the option in theme options->header
however, for the theme demo we need to showcase all headers, thats why we can simply add a custom field key to overwrite the default heading
I’d like to be able to override the default heading on a per post/page basis and was wondering what the custom field needs to be called and what the value needs to be so that I can achieve this functionality?