Since version 4.4.0, you can show custom field, meta field… of current post easily, by using this shortcode
[pt_view id="VIEW_ID" post_id="GET_CURRENT"]
with:
– VIEW_ID is ID of the View which configures the desired layout, and select information of current post you want to show
– GET_CURRENT is the constant which instructs CVPro to use current post as main object of View
Thank you,