Releases: BeltonCreative/WordPress-Simple-HTML-Exporter
Releases · BeltonCreative/WordPress-Simple-HTML-Exporter
Release list
First Release
Features
- The plugin allows you to mass or selectively export posts and pages as HTML files packaged into a
.ziparchive. - Content can be filtered by specific post types via a dropdown menu.
- Users can easily select specific posts from a list or use the master checkbox to select/deselect all items at once.
- Exported files are automatically named using the
[type]-[slug].htmlformat. - You can choose to export using "Raw editor markup", which is noted as the best option for pasting content back into the block or classic editor.
- You can choose to export as "Rendered HTML", which processes shortcodes and runs
the_contentfilters before exporting. - Each exported
.htmlfile includes an HTML comment header at the top detailing the post's Title, ID, Slug, and Type.