Adds shortcode and widget that defaults to displaying list of all pdf's attached to the current page or post..
There are options for both altering the query to return different set of attachments and for formatting the output..
Widget Options include all of the shortcode options and add some selectors for altering the query and output...
Extract the zip file and just drop the in the wp-content plugins directory of your WordPress installation and then activate the Plugin from Plugins page...
That solution reduces that amount of code required to output the class only increases the complexity of styling.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Added the version of paging to the shortcode and functionality so that you can set numberofposts and your attatchments will show page navigation within the page.
Added span of class= sep to the in the paging so that it can be styled but still have appearance that is functional.. 0.1.0.
The widget was showing all pdf files with the default settings instead of just the attachments to the current post.
Would have added it to the container but I wanted to be able to later add the output and styling of attachments of multiple mime types in single list..
Read more