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?