WP - Meta Field
/*
* Meta control for WordPress Pages
*
*/
<div class="my_meta_control">
<div>
<?php $mb->the_field('DEF'); ?>
<label for="<?php $mb->the_name(); ?>">DEF</label>
<input type="text" name="<?php $mb->the_name(); ?>" value="<?php $mb->the_value(); ?>"/>
<span>DEF</span>
</div>
</div>