piklist('field', array(
'type' => 'editor'
,'field' => 'home-description'
,'label' => 'Description'
,'description' => 'Additional home details.'
,'value' => ''
,'template' => 'field'
,'options' => array(
'wpautop' => true
,'media_buttons' => false
)
,'on_post_status' => array(
'value' => 'lock'
)
));
<?php echo get_post_meta($homeID, 'home-description', true); ?>
However, <p> tags are not being added to the output.
Any ideas?
WordPress 3.8.1
Piklist 0.9.2