-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathreadme.txt
63 lines (42 loc) · 2.9 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
=== Export Plus ===
Contributors: hlashbrooke, sc0ttkclark
Donate link: http://www.hughlashbrooke.com/donate
Tags: export, tools, utilities, import, migration, migrate
Requires at least: 4.0
Tested up to: 4.1.1
Stable tag: 1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A greatly improved export tool for your WordPress site.
== Description ==
The export tool built into WordPress limits how you can export your data by giving you a restrictive UI and very few options. This plugin fixes that by adding a new export page with more flexible options through the cunning use of checkboxes (instead of radio buttons). By using Export Plus you can easily export any selection of post types filtered by author, date and status across *all* of them, not just the built-in ones.
See the plugin [screenshots](https://wordpress.org/plugins/export-plus/screenshots/) for the differences that Export Plus provides.
I originally submitted this as a [patch](https://core.trac.wordpress.org/ticket/27048) to WordPress Core, but it doesn't look like it's going to be added so I decided to release it as a plugin instead.
Want to contribute? [Fork the GitHub repository](https://github.com/hlashbrooke/Export-Plus).
== Installation ==
Installing "Export Plus" can be done either by searching for "Export Plus" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps:
1. Download the plugin via WordPress.org
1. Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
1. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= Will this plugin's export file work with the WordPress importer? =
Yes - the export file generated by this plugin is identical to the one generated by the built-in export tool, so it will work with the WordPress importer. The difference is that this plugin provides more options for how you export your data.
= Does this plugin replace the built-in export tool? =
No - it adds a secondary export page that you can use instead of WordPress' built-in one. However, if you would like to hide the built-in export tool from the menu simply add this code to your theme's functions.php file: `add_filter('export_plus_hide_export', '__return_true');`.
== Screenshots ==
1. The export tool provided by this plugin with a few custom post types included.
== Changelog ==
= 1.1 =
* 2015-02-20
* [UPDATE] Refreshing export function against WordPress core (props sc0ttkclark)
* [UPDATE] Optimising and paginating queries (props sc0ttkclark)
* [TWEAK] Adding comments (props sc0ttkclark)
* [FIX] Fixing menu exporting (props sc0ttkclark)
* [FIX] Fixing can_export check for post type objects (props sc0ttkclark)
= 1.0 =
* 2014-09-29
* Initial release #boom
== Upgrade Notice ==
= 1.1 =
* 2014-02-20
* General improvements and optimisations