Forums

[Plugin: Wordpress Download Monitor] Using with post custom-fields (3 posts)

  1. jordanriane
    Member
    Posted 8 months ago #

    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)?

  2. jolley_small
    Member
    Posted 7 months ago #

    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.

  3. solidnuts
    Member
    Posted 3 months ago #

    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?

Reply

You must log in to post.

About this Topic