This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
144 lines (86 loc) · 4.03 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
=== MB Custom Taxonomy ===
Contributors: metabox, rilwis, fitwp
Donate link: https://metabox.io/pricing/
Tags: cms, custom, custom taxonomies, custom taxonomy, post, taxonomy, taxonomies
Requires at least: 4.3
Tested up to: 5.2.2
Stable tag: 1.4.3
License: GPLv2 or later
Create and manage custom taxonomies with an easy-to-use interface in WordPress.
== Description ==
**MB Custom Taxonomy** helps you to create and manage custom taxonomies easily in WordPress by providing an easy-to-use interface in the admin area.
The plugin allows you to handle all taxonomy's arguments such as menu labels, admin bar label, exclude from search, disable archive page, etc. just in minutes. You don't need to write custom PHP code to register custom taxonomies anymore (using function `register_taxonomy()`).
Using MB Custom Taxonomy, you will be able to craft the WordPress admin and turn it into a professional Content Management Systems.
Consider using [MB Custom Post Type](https://wordpress.org/plugins/mb-custom-post-type/) to create and manage custom post types with similar interface.
### Features
* Supports all arguments for creating custom taxonomies (like `register_taxonomy()`)
* Supports **live editing mode**, which auto fill in all necessary labels for you!
* Clean code
* Registered custom taxonomies can be exported/imported using default WordPress functionality (no more plugins!)
### Plugin Links
- [Project Page](https://metabox.io/plugins/custom-taxonomy/)
- [Github Repo](https://github.com/rilwis/mb-custom-taxonomy/)
This plugin is a free extension of [Meta Box](https://metabox.io) plugin, which is a powerful, professional solution to create custom meta boxes and custom fields for WordPress websites. Using **MB Custom Taxonomy** in combination with [other extensions](https://metabox.io/plugins/) will help you manage any content types in WordPress easily and make your website more professional.
== Installation ==
You need to install [Meta Box](https://metabox.io) plugin first
- Go to **Plugins | Add New** and search for **Meta Box**
- Click **Install Now** button to install the plugin
- After installing, click **Activate Plugin** to activate the plugin
Install **MB Custom Taxonomy** extension
- Go to **Plugins | Add New** and search for **MB Custom Taxonomy**
- Click **Install** to install the plugin
- Click **Install Now** button to install the plugin
- After installing, click **Activate Plugin** to activate the plugin
== Frequently Asked Questions ==
== Screenshots ==
1. All registered custom taxonomies
2. Edit custom taxonomy
== Changelog ==
= 1.4.3 - 2019-08-29 =
**Fixed**
- Do not show upgrade message for premium users
= 1.4.2 - 2019-06-01 =
**Changed**
- Update the page layout to make it more friendly.
- Make the plugin safe to include in Meta Box AIO.
- Enabled REST API by default for taxonomies to make they work with Gutenberg.
= 1.4.1 - 2018-12-10 =
**Fixed**
- Fixed typo and reformat code.
= 1.4.0 - 2018-06-08 =
**Improved**
- Used the shared menu from Meta Box to keep the admin menu clean.
- Added tabs to the About page
- Remove redirection after activation.
= 1.3.2 - 2018-06-02 =
**Changed**
- Do nothing if plugin MB Custom Post Type is active
**Fixed**
- Fixed button "Advanced" not working
- Fixed REST API base not a text input
= 1.3.1 - 2018-05-28 =
**Changed**
- Hide the ads for premium users. You need to enter correct license key to hide it.
= 1.3.0 =
**Added**
- Added support for rewrite options for taxonomies.
- Added "Copy to Clipboard" for generated code.
= 1.2.3 =
**Fixed**
- Fixed undefined index `post_types` when register new taxonomy.
= 1.2.2 =
**Fixed**
- Fixed error in generated code for taxonomy.
= 1.2.1 =
**Added**
- Added "About" page to help new users use the plugin.
= 1.2 =
- Add export to PHP code, so you can just copy and paste into your theme or plugin.
= 1.1 =
- Fix: Taxonomy is not visible in the frontend.
- Improvement: Add support for REST API.
= 1.0.1 =
- Fix: Custom taxonomies now can be added to 'post', 'page', 'attachment'
= 1.0.0 =
- First version
== Upgrade Notice ==