Popis
If you are adding functionality to your posts using popular Advanced Custom Fields plugin. This plugin is focused on fields of type \“file\“. Handful when publishing some posts with attachments whole year and once a year you need to download all attachments to send them to third parties.
You are prompted to select post type, publish date range and ACF filed group you want to extract attachments from.
Then if there is something to download you can hit the button and archive file with attachments is prepared to download.
Instructions
After installing and activating plugin, you will find new section in Tools called Attachments.
You can use it for downloading all attachments specified by ACF file fields you want.
Prerequisites
- installed and activated Advanced Custom Field plugin
All you need to do to get you attachments is:
- Select required post type
- Select published date range by specifying from and to days
- If there are more ACF field groups that contains file field you can select only one of them
- Check preview information
- Hit Download button if there is something to download
- Archive ZIP file will be downloaded automatically or you can use link in review under Download button
GitHub repository
You can find this plugin on [GitHub](https://github.com/wetory/wp-attachment-download \“Your favorite public repository\“),
where you can report issues, review code and commits. Please report all possible problems to make it better.
Snímky obrazovky
Instalace
From your WordPress dashboard
- Visit Plugins > Add New
- Search for „WP Attachment Download“
- Activate WP Attachment Download from your Plugins page
- Go to Tools -> Attachments to start your work.
- Enjoy!
Nejčastější dotazy
-
Download button is disabled. Why?
-
You have to select input values and check preview block. If there is nothing to download this button is disabled.
-
What to do when download did not start automatically?
-
You can find download link in successful request information section under Download button area.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
WP Attachment Download je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPlugin „WP Attachment Download“ byl přeložen do 1 jazyku. Děkujeme všem překladatelům za jejich pomoc.
Přeložte “WP Attachment Download” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.0.1
- Added check if there are some ACF field groups containing file fields before displaying admin form
1.0.0
- First fully functional tested version of this plugin.