011 Ps Custom Taxonomy

0

add items(except for the name,description) for categoryor tag (taxonomies). text,textarea,checkbox,radio,select of custom items. Functions 1.add items(except for the name,description) f

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

add items(except for the name,description) for categoryor tag (taxonomies). text,textarea,checkbox,radio,select of custom items.

Functions

1.add items(except for the name,description) for categoryor tag (taxonomies).

Usage

  • You can if use get add custom items, get item from Data record(Result object get_the_category,get_terms,get_the_terms,get_term adn etc. )
  • example $cat = get_term(1,’category’); $custom_item = $cat->add item key;
  • You can classify the item to be added archaic custom (tag, category) to the list of articles to display.