You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: