WP Manifestindependent plugin directory
manifest / content / bio-colletion

BioCollections

Collect Biographies of People

by Dasun Edirisinghe · github.com/dazune/bio-colletion · 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/dazune/bio-colletion/archive/refs/heads/master.zip

Readme

please note that , list submission form is not secure, and it's needs to be secured.

=== Plugin Name === Contributors: dazunj Donate link: http://dasun.blog Tags: bio collection , custom post types 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 is to maintain the collections of bios of the people please not that front-end form submission contains only basic validations and this plugin was done to get the job done ( of collecting bio ).

TODO bio submit froms needs to be secured.

== Description ==

== Installation ==

This section describes how to install the plugin and get it working. e.g.

  1. Upload bio-collection.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

== Frequently Asked Questions ==

Display the submitted profiles - Create a new page and add the following short code [list] you can customize number of columns by adding [list col="4"] , 3 - will add four columns 4 - will add three columns 6 - will add two columns

you can add number of post per page by adding [list count="10"] etc.

Frontend submission forms - Create a new page and add following short code to display [submit]

Read the full README on GitHub →