Skip to content

Add Custom Taxonomy as Table Column

Fazle Bari edited this page Dec 9, 2020 · 3 revisions

1. First create custom taxonomy

First, you need to create at least one custom taxonomy.

I am using the CPT UI plugin to create custom taxonomy, which is absolutely free plugin. Also, some people won’t suggest you use any plugin for creating custom taxonomies. I suggest because we can use this plugin to create custom taxonomies and then get the code from this plugin and paste it wherever you need and finally we can remove this plugin.

That’s why I’m using this plugin. You can download it from WordPress.org.

After installing the Custom Post Type UI plugin you can find the option Add/Edit Taxonomies. Click on it you can see another screen like below. Fill the required information and click on Add Taxonomy. I’ll discuss more on this topic later.

Add Custom Taxonomy as Table Column

After successfully added our new custom taxonomy go to the Edit Taxonomy tab and click on Populate missing labels based on chosen labels. That’s all for now. We have created our first taxonomy for the WooCommerce Products.

2. Add new column with custom taxonomy

You can add custom fields or custom taxonomy from under the column table.

Add Custom Taxonomy as Table Column

3. Now click on Add as Column

4. Finally click on publish/update

Clone this wiki locally