=== WP Custom HTML Page === Tags: html,custom,uri Donate link: https://witserbia.com/wordpress-plugins/wp-custom-html-pages/ Requires at least: 3.6.1 Tested up to: 4.9 Stable tag: 0.2 Requires PHP: 5.2 License: GPL2 License URI: https://www.gnu.org/licenses/gpl-2.0.html Display full custom HTML on custom permalink address, or put it inside content as a shortcode. == Description == WP Custom HTML Pages plugin has two functionalities: 1 - Create a custom HTML Pages output at a custom permalink address, completely bypassing Wordpress templating. This is useful for 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. == Installation == Download from the repository (by searching for \"WP Custom HTML Pages\") and activate. == Frequently Asked Questions == Q: Why would I need this plugin just to show an HTML page? A: So you can quickly display your custom HTML pages without bothering to upload the page to the server. Also it is useful in cases when you don\'t have access to your hosting HTP server, or if .htaccess rules are giving your trouble to link to the page. Also, you get a pretty URI to the page rather than having to link directly to the .html document. == Screenshots == 1. Admin menu, under Settings - WP Custom HTML Pages 2. Single HTML page edit screen, HTML Pages are submenu of Pages == Changelog == v 0.2 - Cleaned code a bit, changes to readme.txt, added screenshots and icon to repository. v 0.1 - Published