-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
71 lines (51 loc) · 2.85 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
=== WP Attachment Download ===
Contributors: rybnitom
Tags: attachments, downloads, zip, media
Requires at least: 3.0.1
Tested up to: 5.4.1
Requires PHP: 5.6
Stable tag: 1.0.1
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Plugin adds functionality to download posts attachments build with ACF file fields from administration.
== Description ==
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](https://cs.wordpress.org/plugins/advanced-custom-fields/)
All you need to do to get you attachments is:
1. Select required post type
2. Select published date range by specifying from and to days
3. If there are more ACF field groups that contains file field you can select only one of them
4. Check preview information
5. Hit Download button if there is something to download
6. 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.
== Installation ==
From your WordPress dashboard
1. Visit **Plugins > Add New**
2. Search for "WP Attachment Download"
3. Activate WP Attachment Download from your Plugins page
4. Go to **Tools -> Attachments** to start your work.
5. Enjoy!
== Frequently Asked Questions ==
=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.
== Screenshots ==
1. Tools page of plugin in administration
2. Successful request to download attachments screen
== Changelog ==
= 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.
== Upgrade Notice ==
You should always upgrade to latest version as it contains bug fixes and plugin improvements.