Support » Plugin: Easy Meta Builder » How to show Metabox on the frontend ?

  • Hi,
    It’s nice Plugin, very simple and fast!
    But, How to show Metabox on the frontend ?

    i created Metabox with Woocommerce Product – Great!
    Saved and i can’t saw your metabox on product fontend?

    Thanks.

    • This topic was modified 2 years, 11 months ago by Han Suong.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Template: <?php emb_meta( “ID META” ); ?>

    Meta Boxes :

    in; wp-admin/edit.php?post_type=easymetabuilder

    Add meta or edit meta
    ID META = ID is required for field to be included in metabox.

    Plugin Contributor modemlooper

    (@modemlooper)

    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

    Thank you.
    Nice & simple Plugin !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to show Metabox on the frontend ?’ is closed to new replies.