=== ConvertToHTML Post & Page HTML Exporter ===
Contributors: converttohtml
Tags: export html, wordpress exporter, page to html, post export, static html
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.0.0-beta.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Select individual WordPress posts and Pages and export them as browsable HTML files instead of XML.

== Description ==

ConvertToHTML Post & Page HTML Exporter lets administrators:

* Search and select up to 100 published posts and Pages.
* Export one selected item as an HTML file.
* Export multiple selected items in one ZIP.
* Save the full public theme-rendered page or a lightweight standalone article.
* Include author, date and featured-image information in standalone articles.
* Receive a clear Complete state before downloading.
* Delete temporary export files from the server.

Full rendered pages retain live URLs for theme stylesheets, scripts and images. Standalone articles include lightweight responsive CSS. The original WordPress content is never modified.

== Installation ==

1. Open Plugins > Add New > Upload Plugin.
2. Select the plugin ZIP, install it and activate it.
3. Open Tools > Post & Page HTML Exporter.
4. Select content, choose a format and create the export.

== Frequently Asked Questions ==

= How is this different from the WordPress Export tool? =

WordPress's standard exporter creates an XML file intended for another WordPress installation. This plugin creates browsable HTML documents.

= Can I export several posts at once? =

Yes. Select up to 100 items. Multiple HTML files are packaged in one ZIP when PHP ZipArchive is available.

= What is the full rendered page format? =

The plugin requests the public permalink and saves the HTML generated by the active WordPress theme. Referenced assets keep their live website URLs.

= What is the standalone article format? =

It creates a lightweight document containing the title, optional metadata, featured image and rendered post content.

= Does the plugin force a backlink? =

No. “Exported with ConvertToHTML” is optional, disabled by default and uses rel="nofollow" when selected.

== Changelog ==

= 1.0.0-beta.1 =

* Initial beta release.
* Added individual and multi-selection HTML exports.
* Added full rendered and standalone article formats.
* Added explicit completion, download and server cleanup controls.
