You can find the template tag to display in the admin where you build your meta box. There is a gear icon. Click it and you can copy the php code.
You can use core get_post_meta as well. EMB data is stored in the post meta.
If you are looking to but a meta box with the fields on the front read this tutorial. <You can find the template tag to display in the admin where you build your meta box. There is a gear icon. Click it and you can copy the php code.
You can use core get_post_meta as well. EMB data is stored in the post meta.
If you are looking to but a meta box with the fields on the front read this tutorial. /github.com/WebDevStudios/CMB2/wiki/Bringing-Metaboxes-to-the-Front-end