An open API service indexing awesome lists of open source software.

https://github.com/codeboxrcodehub/cbxwptaxonomy

WordPress helper plugin for creating custom taxonomy (category, tag) inside WordPress
https://github.com/codeboxrcodehub/cbxwptaxonomy

category php tag taxonomy wordpress

Last synced: 11 months ago
JSON representation

WordPress helper plugin for creating custom taxonomy (category, tag) inside WordPress

Awesome Lists containing this project

README

          

WordPress helper plugin for creating custom taxonomy (category, tag) inside WordPress

## Description
Open source plugin for creating category and tag. In this plugin we have used custom table for creating the categories and tags so that it uses less resource.

Software requirements

The following software is required to develop using CBXTaxonomy:

* PHP version 8.2 or newer

## Installation

1. Download the latest zip from [here](https://github.com/codeboxrcodehub/cbxwptaxonomy/releases)
2. WordPress has clear documentation about [how to install a plugin](https://codex.wordpress.org/Managing_Plugins)
3. After install activate the plugin "CBX Taxonomy" through the 'Plugins' menu in WordPress
4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.

## Licence

[MIT](https://github.com/codeboxrcodehub/cbxwptaxonomy/blob/master/LICENSE.txt)