Support Forum
I want to use a Metabox shortcode to pull data into posts in a query loop. But it doesn't seem to be working properly, and I am wondering if it is because I am not specifying to pull data from the custom field for the current post.
For example, I would like to use this shortcode: [rwmb_meta id="event_start_date_time" format="l F j, Y"]. Is there something I need to add to this shortcode to specify that the data should be pulled for the current post?