I've created a new GCF template and added the text field large_title. Now I want to create a custom post page, where I can choose where to output the large_title text.
I've tried with get_post_meta( $frontpage, $large_title ); - frontpage being the title of the template in GCF, but that didn't work. I've also tried some other combinations. How do I do this?