WP Manifestindependent plugin directory
manifest / developer / wp-gen-template

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.zip

Readme

WP-Gen-Template

WP-Gen-Template is a sample Wordpress plugin for generate html template.;

About Plugin

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.

  1. Upload wp-gen-template.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place <?php do_action('plugin_name_hook'); ?> in your templates

Screenshots

  1. 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.png would win over /tags/4.3/screenshot-1.png (or jpg, jpeg, gif).
  2. This is the second screen shot

Read the full README on GitHub →