Support MB Custom Post Type Display CPT in page Reply To: Display CPT in page

#11629
Anh TranAnh Tran
Keymaster

Hi Huy,

To the the current post object, please use:

$post = get_post();

To get fields, just use rwmb_meta(). But I think you already know that.

I'm not sure what your problem is. Can you provide more details and the setup code of meta box, so I can give more useful instruction?