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
- Host: GitHub
- URL: https://github.com/codeboxrcodehub/cbxwptaxonomy
- Owner: codeboxrcodehub
- License: mit
- Created: 2022-08-26T09:22:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T07:22:02.000Z (12 months ago)
- Last Synced: 2025-02-22T07:30:56.167Z (12 months ago)
- Topics: category, php, tag, taxonomy, wordpress
- Language: PHP
- Homepage:
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)