=== Front-end Category Management === Contributors: manishkrag, mindfire-solutions Tags: categories, sub-categories, frontend, wordpress category, taxonomy, manish, mindfire, wordpress taxonomy Requires at least: 3.5 Tested up to: 4.1 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A handy and simple plugin for creating/editing categories/terms and sub-categories on the WordPress user end. == Description == This plugin will allow you to create/edit/delete categories/terms from user end. ### How to use In this plugin we defined a shortcode: 1. [fecm-front-end-subcat] add this shortcode in a page in which you want to show category management form. UI part not yet done well. ### Future features 1. All type of taxonomy management. 1. Parent-child relation management during edit. == Installation == 1. Upload this plugin directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Add `[fecm-front-end-subcat]` shortcode(s) wherever you want the forms to be appear. ==Features== 1. List all categories/terms at user end. 1. Category/term Add/Edit/Delete functionality. 1. Parent child relation. == Screenshots == * Display Screen * Edit Screen == Changelog == = 1.1 = * Increase user experience. * Added validation for user capability 'administrator' check before add/edit/edit any category/term. * Added error message. * Fixed PHP NOTICES and WARNINGS * Tested with WordPress 4.0 = 1.0 = * Initial version.