COP PDF Attachment Menu

plugin banner

Adds a shortcode [pdfmenu] that defaults to displaying an unordered list of all pdf's attached to the current page or post.

Author:Trevor Green (profile at wordpress.org)
WordPress version required:3.2.1
WordPress version tested:4.0
Plugin version:0.1.1
Added to WordPress repository:14-08-2011
Last updated:17-11-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:http://www.agreenweb.com/wordpress/cop-pdf-at...
Total downloads:5 902
Active installs:60+
plugin download
Click to start download

Adds a shortcode [pdfmenu] and a widget that defaults to displaying an unordered list of all pdf's attached to the current page or post.

There are options for both altering the query to return a different set of attachments and for formatting the output.

This plugin should always default to:

<ul class="cop_pdfmenu">
    <li class="attachment/pdf"><a href="(direct uri to attachment)" target="_blank" title="(attachment title)">(attachment title)</a>
</ul>

The attachments will be ordered by date in the ascending order by default.

Shortcode Options include:

  • Change list types ol, li, div (nested divs).
    • [pdfmenu list_type="ul"]
    • [pdfmenu list_type="ol"]
    • [pdfmenu list_type="div"]
  • Set a different class on the container.
    • [pdfmenu class="differentclass"]
  • Set a different target.
    • [pdfmenu target="differenttarget"]
  • Get a list of pdfs from a different parent.
    • [pdfmenu post_parent="1"]
  • Change the number of pdfs to return. (currently no paging).
    • [pdfmenu numberposts="-1"] (returns all attachments)
  • Change the post_mime_type to query for a different type or multiple types.
    • [pdfmenu post_mime_type="application/zip"]
  • Force download of the attachments
    • [pdfmenu dowload="all"] (force download of all listed attachments)
    • [pdfmenu dowload="application/pdf"] (force download of a single mime type)

Widget Options include all of the shortcode options and add some selectors for altering the query and output.


FAQ
ChangeLog