Auto Post Download

0

Auto Post Download plugin provides easy way to generating ZIP files with post content and post’s image. You can choose if you want to include both files in archive or only one of them

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Auto Post Download plugin provides easy way to generating ZIP files with post content and post’s image. You can choose if you want to include both files in archive or only one of them (content or image).

With this plugin you will be able to provide URL for your users to download posts as a ZIP file. You need a press pack? This plugin will make it very easy.

Plugin automatically generates attachment for post while you’re publish it. It’s totally automatic, you just need to use shortcode (or php function) to print URL.

Attachments are manageable via WordPress Media Library. You can specify for which categories auto attachments should be created.

You can also define Custom Fields which will be included in generated attachment.

Generated content file can be in HTML format or just plain text. Feel free to choose your format from settings!

Usage

  • Just put [auto-post-download] wherever you want to display URL to post’s attachment.
  • You can also specify post_id – [auto-post-download postId=1]
  • You can combine shortcode with html, like: <a href="[auto-post-download]">Download presspack</a>
  • You can also use php function call: <?php echo apd_downloadUrl(); ?>