How Do I Find My Custom Taxonomy Name in WordPress?

If you are looking to create a custom taxonomy name for your WordPress blog, there are a few steps that you can take. The first step is to find the name of the custom taxonomy in your WordPress blog’s wp-config.php file. To find the custom taxonomy name, you will need to look for the define(‘WP_CUSTOM_TAX_NAMES’, ‘true’) line in your wp-config. If you are not sure how to find your wp-config.

php file, you can find instructions on how to find and edit it here. Once you have located the define(‘WP_CUSTOM_TAX_NAMES’, ‘true’) line, you will need to replace the existing string ‘cat’ with the name of your custom taxonomy. For example, if the custom taxonomy name is ‘blogging’, the define(‘WP_CUSTOM_TAX_NAMES’, ‘true’) line in your wp-config.php file should look like this: define(‘WP_CUSTOM_TAX_NAMES’, ‘true’, ‘blogging’); Once you have replaced the string ‘cat’ with the name of your custom taxonomy, you will need to save the file and restart your WordPress blog. Once your blog has restarted, you should see the new custom taxonomy name in your WordPress blog’s wp-admin panel.