Meta Box
Support › General › Set post template
Hi,
I am trying to use a hidden field to set the post template.
I am using:
array( 'id' => '_wp_page_template', 'type' => 'hidden', 'std' => 'determination.php', ),
at the end of a series of other fields with no luck.
Is there anyway to do this with in the context of the metabox without creating a new function?
Well... Another case of misplaced closing parenthesis.
I had the array saved one level too deep in the fields array. It was placed at the bottom of a group array before the field ID was declared.
Please close this one.
Thanks!