A comprehensive collection of visual components for your site
About Export media with selected content
This plugin adds an option to include media (attachments) when exporting content from WordPress. It will automatically find and include featured images and other media in the exported file.Frequently asked questions
What problem does this plugin solve?
By default, when exporting a single post type in WordPress, linked media and attachments are not included. This plugin addresses that by adding an option to include them.
How does the plugin work?
It adds an 'Export media with selected content' option to the WordPress export screen. When this option is checked, the plugin attempts to locate featured images and media embedded in the post_content and includes them in the export file.
Who is the author of this plugin?
The author of this plugin is joost de keijzer.
How many active installations does this plugin have?
This plugin has 50,000 active installations.
Changelog
2.1.3
- prevent sql error when ID turns out to be NULL (props donnyoexman)
2.1.2
- Stupid debug error fix
2.1.1
- Added php 7.0 requirement to plugin header
- Replaced short array notation with full notation so plugin could work on lower php versions (untested)
2.1
- Performance: split queries & prepare attachments_map (props Albitos)
- Feature: support for [playlist] shortcode
- Feature: support for Gutenberg Audio and Video blocks
- Tested with WordPress 5.6.2
2.0
- Feature: support for Gutenberg notation of images and gallery
- Feature: added
export_query_media_idsfilter - Tested with WordPress 5.2.3
1.1
- Tested with WordPress 5
- Includes “Uploaded to” media
1.0
- Bugfix when only posts from 1 category must be selected
- Feature: introduced
export_queryfilter to allow for hooking into this plugin
0.9.1
- Sanitize input
0.9
- Initial release