Contributors: surror Tags: html snippet, simple html snippets, html code, html shortcode, shortcodes Tested up to: 4.9.2 Stable tag: 0.1.0 Requires at least: 4.4
Simple HTML snippets generator and use it with shortcode.
Simple HTML snippets generator and use it with shortcode.
- Download the plugin
- Extract the contents of the zip file
- Upload the contents of the zip file to the
wp-content/plugins/
folder of your WordPress installation - Activate the
HTMLPress
plugin from 'Plugins' page.
You can use it with shortcode. It'll work everywhere where the showtcode works.
Goto General -> Permalinks
setting and just save the settings. It re-generate the permalink structure.
Snippets are stored in files not in database. In /uploads/
direcotry the /htmlpress/
directory it created. And store the files in post id directory. E.g. You have crate the module which id is 42
then the files are stored in uploads directory like /uploads/htmlpress/42/
. Only .html, .js & .css files are created.
- Initial release.