• Resolved bonumaster

    (@bonumaster)


    Hello. I am using WordPress Download Manager and i want to add some custom field per downloads. I am in the Plugin Editor and i have

    <span class="badge">[title]</span>

    What is the shortcode i will replace to [title] to show the value of added custom field? For example im adding the field “CREATED BY” then the value is from Custom Field

Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Not aware of any one shortcode that would be used for that, and CMB2 doesn’t ship with any shortcodes out of box that I’m aware of, so this would need to be a custom solution at the moment.

    The shortcode would need to make use of the current post ID being rendered and grab the appropriate field with get_post_meta() and format however which way you want returned.

Viewing 1 replies (of 1 total)

The topic ‘Shortcode help’ is closed to new replies.