The “Meta Functions Shortcode” Plugin installs the Shortcode ‘meta’. With it you can access the custom fields of your articles by a simple shortcode.
Shortcode Syntax: [meta func="" name="" alt=""]
The shortcode has three functions yet:
[meta func="url" name="download_url" alt="Download here"]
This little code in your article displays a link using your custom field “download_url” as the link target and “Download here” as the caption. If you leave the “alt” argument empty then it uses the link target as the caption.
The resulting html code is:
<a href='{download_url}'>{alt}</a>




