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)?
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)?
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?
You must log in to post.