• Resolved Jordan

    (@jordanriane)


    Currently majority of the tags that download-monitor provides are strictly for posts (the_content()); Will there ever be a plan to somehow provide support for using the download-monitor brackets in custom fields (get_post_meta)?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mike

    (@jolley_small)

    You have to show those in your template, right? Did you know that for shortcodes you can just wrap any other output function in do_shortcode? e.g.

    do_shortcode(get_post_meta($post_id, $key));

    If your not using the shortcode version of download monitors tags (for example if your using [download#3]) you can wrap inside the parse downloads function instead of do_shortcode.

    Can someone explain this to me? i have no idea what was just said but i’m trying to have the custom field used with my download link.. can anyone help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Download Monitor] Using with post custom-fields’ is closed to new replies.