GenTemplate
code for a sample Wordpress plugin. It is my first Wordpress plugin for generate html template
by chaksaray · github.com/chaksaray/wp-gen-template · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/chaksaray/wp-gen-template/archive/refs/heads/master.zipReadme
WP-Gen-Template
WP-Gen-Template is a sample Wordpress plugin for generate html template.;
About Plugin
- Requires at least: 3.0.1
- Tested up to: 3.4
- Stable tag: 4.3
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin above is the sample one. It is my first wordpress plugin. This plugin is use to generate the html template base on the content input.
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload
wp-gen-template.phpto the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?php do_action('plugin_name_hook'); ?>in your templates
Screenshots
- This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
directory take precedence. For example,
/assets/screenshot-1.pngwould win over/tags/4.3/screenshot-1.png(or jpg, jpeg, gif). - This is the second screen shot