Skip to content

Releases: BeltonCreative/WordPress-Simple-HTML-Exporter

Release list

First Release

Choose a tag to compare

@BeltonCreative BeltonCreative released this 25 Jul 17:50
9d61a8f

Features

  • The plugin allows you to mass or selectively export posts and pages as HTML files packaged into a .zip archive.
  • 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].html format.
  • 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_content filters before exporting.
  • Each exported .html file includes an HTML comment header at the top detailing the post's Title, ID, Slug, and Type.