WP Publication Archive adds a custom content type for storing, tagging, and categorizing downloadable content external to standard WordPress posts and pages. You can add downloadable PDF files, Word documents, and PowerPoint presentations. These files will be stored in the standard WordPress uploads directory but will be managed separately through a custom post type interface in the WordPress admin area.
Download
Latest version: [zip]
WP Publication Archive has been downloaded 27136 times so far!
Installation
- Upload the entire
wp-publication-archive
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Use the “Add Publications” menu to begin adding publications.
- Use the built-in menu system to manage your publications.
Changelog
3.0
- Add publication landing pages (with template)
- Add publication archive pages (with template)
- Update streaming methods to use
readfile()
- Allow category archives for publications
- Add category count widget for publications
- Add related publication sidebar widget
- Update content field to store summary in post content
2.5.7.2
- Fix a short PHP open tag.
2.5.7.1
- Hotfix to correct a search term issue.
2.5.7
- Normalize PHP file endings to remove extra whitespace.
2.5.6
- Fix a data sanitation but that was mistakenly removing links from publication summaries.
2.5.5
- Fix a broken include path for the Widget.
- Allow targetting a blank tab/window with the
wp_pubarch_open_in_blank
filter.
2.5.4
- Convert
wppa_
function and translation prefix towp_pubarch_
to avoid a conflict with WP Photo Album +. - Update strings
2.5.3
- Re-add a deprecated tag that I thought no one was actually using.
2.5.2
- Fix an issue caused by unnecessary whitespace.
2.5.1
- Add some checking to prevent All-in-One Event Calendar from triggering a warning with an improper filter call.
2.5
- Removed antiquated openfile.php (allow direct file downloads).
- Made the publication list template-ready.
- Change the “download” link to a pair of “download” or “open” links.
- Included publication description in WordPress search.
- Enable URL masking for file downloads.
2.3.4
- Add thumbnail support
2.3.3
- Immediate fix to a typo
2.3.2.1
- Add “author” filter to shortcode
2.3.2
- Fixes pagination bug
- Fixes issue where some installations could not load files starting with “http://”
2.3.1
- URGENT SECURITY UPDATE
- Fix some outstanding bugs
2.3
- Add publications to standard WordPress search results
2.2
- Add pagination for more than 10 publications
- Add category filter to shortcode
2.1.1
- Remove an extra space that was throwing a PHP parsing error
2.1.0
- Remove erroneous CSS declaration from post/page edit screens
- Silence a $_POST[] error
- Fix a typo on displaying the list of archived files
- Adds simple pagination
2.0.1
- Fix PHP error in bootstrap function
2.0
- Rewrite plug-in to use custom post types rather than extra database tables
- Add new UI for adding publications
- Hard-code file type icons
1.1.1
- Minor repairs to abanoned script to make it compatible with WP>2.5
1.1
- Original release of WP Publications Archive by Luis Lino