WIT Custom Output logo

WIT Custom Output (WITCO) is a free WordPress plugin which allows you to output custom HTML page, or any other type of text based document (CSS, JS, JSON…) using only the WordPress admin section.

WIT Custom Output plugin is built as a replacement to the previous release called WP Custom HTML Pages, available now on WordPress repository. WIT Custom Output plugin is considered a major update of WP Custom HTML Pages, it has been renamed to reflect the new abilities and changes in code base.

WIT Custom Output is completely backwards compatible with WP Custom HTML Pages so no data will be lost by replacing the plugin.

WIT Custom output is in the testing phase and will soon be available for free on WordPress repository.

Features

  • Easily output HTML documents at custom permalinks, completely bypassing the WordPress templating system.
  • Output any type of non-binary document (JS, CSS, JSON, XML, SQL…) along with setting the correct header for proper file handling.
  • Do all of the above without manually uploading files, or configuring the web server settings such as .htaccess
  • Implements ACE Editor with syntax highlighting
  • Use query variables within the URL for dynamic content within the outputted document
  • WordPress Multisite network supported
  • Hooks and filters for addon developers
  • More powerful abilities are in plan for future versions

Use Cases

  • Add custom designed HTML pages, bypassing the WP template
  • Add web applications to WP website, by combining HTML, JS and CSS files
  • Easily add verification codes to WP, used by online services
  • Use as a static API response, for learning, testing or development
  • Store and output configuration files or scripts, to be fetched by humans or programs
  • And many more, the limit is WP user’s imagination and knowledge