Hugh Lashbrooke

Product manager by day, tabletop game designer by night.

Introducing: Export Plus

,

The great thing about WordPress is that, as an open-source and community-built platform, anyone can contribute code to it. Whether it’s small fixes, or big new features, patches can be submitted by anyone and everyone. Once such patch that I submitted was an improvement to the existing export tool that is built into WordPress itself. Unfortunately, that patch has not been merged into core yet and I’m not sure when it’s going to be, so in the mean time I packaged it up as a plugin.

For lack of anything more creative, I named it Export Plus.

What is it?

The existing export tool allows you to select only one post type and, if it is anything other than the built-in types, you cannot filter what content you export. This is hugely limiting and can make exporting data incredibly frustrating. On top of that, the existing tool uses raw database queries instead of making use of the WP_Query class, which would be safer and more manageable.

Export Plus adds a new export tool to the WordPress dashboard that allows you to select as many post types as you like and filter them all across your desired date range as well as their author. You can also select which category to export for posts and I will be adding further taxonomy selection for all other post types in a future release.

Additionally, this plugin uses WP_Query instead of raw database queries.

Export Plus screenshot
A screenshot of the Export Plus UI

Who is it built for?

As with Quick Empty Trash, Export Plus is built for anyone to use and isn’t tied to a specific industry or type of site. The way I see it, this plugin offers such an improved export experience that there’s no reason it shouldn’t be included in core (but I’m obviously rather biased).

Why did I build it?

As with so many other plugins, I built this tool to make my own life easier. The current export tool in WordPress is exceptionally frustrating to use and I really wanted something that would be more flexible and more useful.

[wp-pic type=”plugin” slug=”export-plus” align=”center” layout=”large”]

5 responses to “Introducing: Export Plus”

  1. Pascal Birchler Avatar
    Pascal Birchler

    Thanks for creating this plugin! From what I can see in the description it looks really nice. Also, this is a great way to test the functionality before it’ll eventually land in core. Maybe I can have a look at the unit tests some time 🙂

    One question: How does your plugin handle media? In the normal exporter, media items aren’t exported when only selecting “posts”.

    1. Hugh Lashbrooke Avatar
      Hugh Lashbrooke

      It would be great if you had a look at the unit tests – would really help speed up the process of getting the patch accepted into core.

      If the media files are attached to the post then it exports them with the post (just like default exporter), but unattached media is ignored. I think it might be good to include media as a ‘post type’ option when exporting though – I’ll look into that for a future release!

  2. Pascal Birchler Avatar
    Pascal Birchler

    Thanks for creating this plugin! From what I can see in the description it looks really nice. Also, this is a great way to test the functionality before it’ll eventually land in core. Maybe I can have a look at the unit tests some time 🙂

    One question: How does your plugin handle media? In the normal exporter, media items aren’t exported when only selecting “posts”.

    1. Hugh Lashbrooke Avatar
      Hugh Lashbrooke

      It would be great if you had a look at the unit tests – would really help speed up the process of getting the patch accepted into core.

      If the media files are attached to the post then it exports them with the post (just like default exporter), but unattached media is ignored. I think it might be good to include media as a ‘post type’ option when exporting though – I’ll look into that for a future release!

  3. Youcef Avatar
    Youcef

    Hi
    Thank you for this article and for the plugin, i think that i gonna need it in not so far.

Leave a Reply

Your email address will not be published. Required fields are marked *