Viewing 1 replies (of 1 total)
  • Plugin Author TotalPress.org

    (@totalpressorg)

    Hi @multidimentional and thanks for using this awesome plugin ??

    You can do it using shortcode:

    [cpt-field key="THE_FIELD_KEY" post-id="THE_POST_ID"]

    *by default post-id is current post, leave blank to use it;

    or by php function:

    echo cpt_field(“THE_FIELD_KEY”, “THE_POST_ID”);

    The new documentation is work in progress.

    Dont forget to leave your official review ??

Viewing 1 replies (of 1 total)
  • The topic ‘Display values of custom fields’ is closed to new replies.