>
Download This Plugin | |
Download Elegant Themes | |
Name | Post Attached Media Downloads |
Version | 1.2.1 |
Author | Clorith |
Rating | 100 |
Last updated | 2014-12-16 07:32:00 |
Downloads |
609
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Post Attached Media Downloads plugin added 4 bytes of resources to the Home page and 5 bytes of resources to the sample Post page.
Post Attached Media Downloads plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Post Attached Media Downloads plugin ads no tables to your Wordpress blog database.Add media to posts and pages (even Custom Post Types!) to quickly and easily generate download lists for your content.
[pamd]
, to add downloads to your contentIf you wish to make use of media downloads in your theme, you can call the get_downloads()
function directly in the following way;
$pamd->get_downloads( $postID, $echo, $return_format, $target )
All parameters are optional, and if no downloads are found the function will return false. The parameters control the following;
$postID integer
The ID of the post you wish to fetch, if none is provided the id form The Loop will be used
$echo boolean
Should the content be echoed or returned
$return_format string
What format should the list be returned in, the default is an unordered list
array
returns an array of the mediatable
returns a table with the mediapamd
(default) returns an unordered list with the media$target string
This attribute is only used if you are returning a table or the default behavior is left, and will determine the target attribute of the link