WP Custom HTML Pages plugin has two functionalities:
1 - Create a custom HTML document output at a custom permalink address, completely bypassing Wordpress templating. This is useful in cases when you just want to output some HTML without uploading the page to the server.
2 - Create a shortcode which outputs your custom HTML.
Download from the repository (by searching for \"WP Custom HTML Pages Milos Stojanovic\") and activate.
v 0.5.1 - Custom permalinks will now work with variable parameters within the request, if the option is enabled in settings (ie
website.com/pagename?param=example will lead to /pagename). This option is OFF by default, to prevent breakings of existing setups.
v 0.5.0 - Changed html column type in db to mediumtext, to allow larger html pages (unavailable in upgrade, this will require reinstallation of plugin)
v 0.4.5 - Fixed PHP error messages, added quick link to the edited page
v 0.4.3 - Security improvement, gave up on supporting subdirectory installs (for now)
v 0.4.2 - Fixed minor bug which affected users who had error reporting on
v 0.4.1 - Fixed the bug with escaped quote characters
v 0.4 - More polishing
v 0.3 - Feature: Added Ace editor for editing page code. Fix: Removed requirement for custom URI to start with forward slash. TODO: Option to use textarea instead of Ace editor.
v 0.2 - Cleaned code a bit, changes to readme.txt, added screenshots and icon to repository.
v 0.1 - Published