Title: WP Custom HTML Page
Author: kr4ft3r
Published: <strong>19, Payares de 2017</strong>
Last modified: 19, Setiembre de 2020

---

Guetar plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/wp-custom-html-pages/assets/icon-256x256.png?rev=1770981)

# WP Custom HTML Page

 By [kr4ft3r](https://profiles.wordpress.org/kr4ft3r/)

[Download](https://downloads.wordpress.org/plugin/wp-custom-html-pages.0.6.2.zip)

 * [Details](https://ast.wordpress.org/plugins/wp-custom-html-pages/#description)
 * [Reviews](https://ast.wordpress.org/plugins/wp-custom-html-pages/#reviews)
 *  [Installation](https://ast.wordpress.org/plugins/wp-custom-html-pages/#installation)
 * [Development](https://ast.wordpress.org/plugins/wp-custom-html-pages/#developers)

 [Support](https://wordpress.org/support/plugin/wp-custom-html-pages/)

## Description

Multisite support added in v0.6!

Notice: this plugin will not have further major updates. If interested in new features,
please upgrade into this compatible replacement: https://wit.rs/wp-plugins/wit-custom-
output
 After uninstalling the WPCHTMLP and installing WIT Custom Output, your old
custom pages will still work, but with better interface, more features and regular
updates.

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.

## Screenshots

 * [[
 * Admin menu, under Settings – WP Custom HTML Pages
 * [[
 * Single HTML page edit screen, HTML Pages are submenu of Pages

## Installation

Download from the repository (by searching for \”WP Custom HTML Pages Milos Stojanovic\”)
and activate.

## FAQ

Q: Why would I need this plugin just to show an HTML page?
 A: So you can easily
display your custom HTML pages without bothering to upload the page to the server.
It is useful in cases when you don\’t have access to your hosting FTP server, or
if .htaccess rules are giving you 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.

Q: Does WP Custom HTML Pages work with multisite WordPress?
 A: It does, as of version
0.6.

Q: Can this plugin do this or that..
 A: WITCO, the new release, probably can, as
many of its options are built based on previous user requests. On the other hand,
if all you need is a tiny plugin that will output some custom HTML, you may want
to stick with WPCHTMLP.

Q: Is this plugin a security concern?
 A: The WPCHTMLP plugin is by itself is as
secure as the WordPress installation it is hosted on. However, if the website gets
hacked, or you allow strangers to add custom pages, the plugin may become a point
of phishing attacks or other hacking mischiefs.

Upgrade to WITCO questions:

Q: If I replace this plugin with WIT Custom Output, will my old pages and settings
be preserved?
 A: Yes, just go to WPCHTMLP Settings and make sure that “Completely
remove database tables..” is set to OFF, then uninstall WPCHTMLP and install WITCO.

Q: If I had custom changes in code implemented in WPCHTMLP, how hard would it be
to implement the same changes in WITCO?
 A: Depends, WITCO is a new plugin built
on different code base, yet some pieces of code are similar. But then again, some
of the features you implemented may be available in WITCO out of the box. If you
wish to transfer your changes, hire a coder or contact us. If you code the features
yourself, and don’t like OOP frameworks, it may be a better choice to stick with
WPCHTMLP.

## Reviews

![](https://secure.gravatar.com/avatar/080f73fb345a8d01c9b246802c988fbc9c98b4ac57f94aacd1892f10884ec27f?
s=60&d=retro&r=g)

### 󠀁[Saved me!](https://wordpress.org/support/topic/saved-me-39/)󠁿

 [gonnabecake](https://profiles.wordpress.org/gonnabecake/) 11, Xunu de 2020

This literally saved my skin, a client wanted a totally custom design for a page
on their site and this worked perfectly! I don’t know what I would have done if 
I hadn’t found this plugin. I really hope you will keep this updated!

![](https://secure.gravatar.com/avatar/779ddf65bdcc50c2bcf910f66f2e6bdcbe701d78b2266fe23184ec6bf20b7173?
s=60&d=retro&r=g)

### 󠀁[Multi-site support not working](https://wordpress.org/support/topic/multi-site-support-not-working/)󠁿

 [jgwill](https://profiles.wordpress.org/jgwill/) 30, Abril de 2019

Sounds great but multi-site seems not to be supported

![](https://secure.gravatar.com/avatar/95c4f30220251f9e178b6cf88ffdd686ef869cc0c071172477e34e606d95de8a?
s=60&d=retro&r=g)

### 󠀁[Easy to use, works as advertised](https://wordpress.org/support/topic/easy-to-use-works-as-advertised-3/)󠁿

 [jamestharpe](https://profiles.wordpress.org/jamestharpe/) 14, Abril de 2019

So glad this plug-in exists! Saved be quite a lot of time. I needed to add static
content to a WordPress.com site, so the “usual” way wouldn’t work. However, I was
able to install this plug-in and get my page working in minutes.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/wp-custom-html-pages/reviews/)

## Contributors & Developers

“WP Custom HTML Page” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ kr4ft3r ](https://profiles.wordpress.org/kr4ft3r/)

[Translate “WP Custom HTML Page” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-custom-html-pages)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-custom-html-pages/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-custom-html-pages/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-custom-html-pages/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-custom-html-pages/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

v 0.6.2 – Fixed non-multisite installations with subdirectory in path
 v 0.6.1 –
Fixed error for non-multisite installations

v 0.6.0
 -Features: –Enabled multisite support: blogs in a MUWP installation will
now have ability to create custom HTML pages –Subfolder installation support: now
works with WordPress with subfolder in the root path –Optional ignore of trailing
slash in URL: prior to this version, adding trailing slash while typing in URL did
not match the custom page if it did not had trailing slash in it’s permalink. Checking
this option ON will remove trailing slashes from URL when checking the database 
for permalink. -Fixes: –WP permalink (at top of editor page) will now match custom
URI set for that page –Various fixes in code, tested with WP 5.5.1 multisite -Notice:
there won’t be any major updates to WPCHTMLP, for a new backwards compatible replacement
with many new features (WIT Custom Output) please go to: https://wit.rs/wp-plugins/
wit-custom-output

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

## Meta

 *  Version **0.6.2**
 *  Last updated **6 años ago**
 *  Active installations **1.000+**
 *  WordPress version ** 3.6.1 or higher **
 *  Tested up to **5.5.18**
 *  PHP version ** 5.2 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-custom-html-pages/)
 * Tags
 * [custom](https://ast.wordpress.org/plugins/tags/custom/)[html](https://ast.wordpress.org/plugins/tags/html/)
   [uri](https://ast.wordpress.org/plugins/tags/uri/)
 *  [Advanced View](https://ast.wordpress.org/plugins/wp-custom-html-pages/advanced/)

## Ratings

 4.3 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/wp-custom-html-pages/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-custom-html-pages/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/wp-custom-html-pages/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-custom-html-pages/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-custom-html-pages/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-custom-html-pages/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-custom-html-pages/reviews/)

## Contributors

 *   [ kr4ft3r ](https://profiles.wordpress.org/kr4ft3r/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-custom-html-pages/)