Title: Rename Taxonomies by WebMan
Author: WebMan Design | Oliver Juhas
Published: <strong>April 12, 2016</strong>
Last modified: December 9, 2025

---

Search plugins

![](https://ps.w.org/rename-taxonomies/assets/icon.svg?rev=2501714)

# Rename Taxonomies by WebMan

 By [WebMan Design | Oliver Juhas](https://profiles.wordpress.org/webmandesign/)

[Download](https://downloads.wordpress.org/plugin/rename-taxonomies.1.3.0.zip)

 * [Details](https://wordpress.org/plugins/rename-taxonomies/#description)
 * [Reviews](https://wordpress.org/plugins/rename-taxonomies/#reviews)
 *  [Installation](https://wordpress.org/plugins/rename-taxonomies/#installation)
 * [Development](https://wordpress.org/plugins/rename-taxonomies/#developers)

 [Support](https://wordpress.org/support/plugin/rename-taxonomies/)

## Description

This plugin allows you to customize any taxonomy labels with simple interface, no
coding required. The customized taxonomies are only renamed, no registration keys
are changed, so you won’t cause any taxonomy conflicts using this plugin.

#### Features

 * Easily rename any taxonomy (for example, rename _“Categories”_ to _“Topics”_)
 * Renames custom taxonomies as well (added by 3rd party plugins)
 * Simple, intuitive user interface
 * No coding required
 * Translation ready
 * Multilingual plugins compatible

#### Plugin Localization

You can [contribute your plugin translation](https://translate.wordpress.org/projects/wp-plugins/rename-taxonomies/)
directly to WordPress. Thank you!

#### Additional Resources

 * [Write a review](https://wordpress.org/support/plugin/rename-taxonomies/reviews/#postform)
 * [Have a question?](https://wordpress.org/support/plugin/rename-taxonomies/)
 * [Get an accessibility ready WordPress theme](https://www.webmandesign.eu/project-tag/free-wordpress-theme/)
 * [Follow @webmandesigneu @ X/Twitter](https://x.com/webmandesigneu/)
 * [Follow @webmandesigneu @ Facebook](https://www.facebook.com/webmandesigneu/)
 * [Visit WebMan Design website](https://www.webmandesign.eu)

## Screenshots

[⌊Taxonomies list⌉⌊Taxonomies list⌉[

Taxonomies list

[⌊Editing a taxonomy labels⌉⌊Editing a taxonomy labels⌉[

Editing a taxonomy labels

[⌊Customized taxonomy admin page (note the changed labels - taxonomy titles)⌉⌊Customized
taxonomy admin page (note the changed labels - taxonomy titles)⌉[

Customized taxonomy admin page (note the changed labels – taxonomy titles)

[⌊Setting up a customized taxonomy on post edit page (note the changed labels - 
taxonomy titles)⌉⌊Setting up a customized taxonomy on post edit page (note the changed
labels - taxonomy titles)⌉[

Setting up a customized taxonomy on post edit page (note the changed labels – taxonomy
titles)

## Installation

 1. Unzip the plugin download file and upload `rename-taxonomies` folder into the `/
    wp-content/plugins/` directory.
 2. Activate the plugin through the _“Plugins”_ menu in WordPress.
 3. Rename taxonomies under **Tools → Rename Taxonomies**.

## FAQ

### How can I rename taxonomy labels?

Navigate to **Tools → Rename Taxonomies** in your WordPress dashboard. Then click
the taxonomy you want to rename and fill the form fields displayed. That’s it.

(Note that you might need to refresh the WordPress dashboard once the form is saved
to preview the changes.)

### My taxonomies are renamed in admin but not in front-end of my website!

Well, this is most likely caused by your theme (or a plugin) hard-coding the taxonomy
names on the front-end.

Please contact your theme (or plugin) developer to update their code and use [WordPress taxonomy labels](https://developer.wordpress.org/reference/functions/get_taxonomy_labels/)
instead of hard-coding them.

### Is this plugin translation ready?

Yes, the interface of the plugin is translation ready and you are perfectly fine
to use it on a single-language website.

For multilingual website please read below (the other FAQ question).

You can [translate the plugin](https://translate.wordpress.org/projects/wp-plugins/rename-taxonomies/)
directly in WordPress repository. Thank you!

### Does the plugin work with multilingual website (and plugins)?

If you are building a multilingual website and want to translate the customized 
taxonomy labels, this is possible using [**WPML**](https://wpml.org/) or [**Polylang**](https://wordpress.org/plugins/polylang/)
multilingual plugins.

Please note that if you have already customized your taxonomy labels, you need to
re-save your customizations to register them for translation with the multilingual
plugins.

Other solution would be to [use WordPress multisite approach to build a multilingual website](https://wordpress.tv/2016/01/16/alexandre-simard-elise-desaulniers-multilingual-content-wp/).

### But there is no setting for `post_format`! How can I change that?

The plugin disables customization for certain WordPress native taxonomies. The list
consists of `nav_menu`, `link_category`, `post_format`, `wp_theme`, `wp_template_part_area`,
and `wp_pattern_category`.

In case you want to edit this list, use a `rename_taxonomies_skipped_keys` filter
hook via your (child) theme or plugin PHP code:

    ```
    add_filter( 'rename_taxonomies_skipped_keys', function( $taxonomy_keys ) {

        unset( $taxonomy_keys['post_format'] );

        return $taxonomy_keys;
    } );
    ```

The taxonomies that have no admin edit UI will be skipped too.

## Reviews

![](https://secure.gravatar.com/avatar/38f1f423421da39d764641e67d9e289d281f7373d653527d8d1abb633c66d35c?
s=60&d=retro&r=g)

### 󠀁[Useful plugin and a great support](https://wordpress.org/support/topic/useful-plugin-and-a-great-support/)󠁿

 [johnnychaos](https://profiles.wordpress.org/johnnychaos/) December 12, 2025 2 
replies

Useful plugin and a great support

![](https://secure.gravatar.com/avatar/86b254a8ba6b4daa1596b70f6002ec911058e1efe7a407b5faeccef10109801c?
s=60&d=retro&r=g)

### 󠀁[Deserves more reviews](https://wordpress.org/support/topic/deserves-more-reviews/)󠁿

 [tonymanc](https://profiles.wordpress.org/tonymanc/) January 1, 2023 1 reply

Does exactly as prescribed. Thank you

![](https://secure.gravatar.com/avatar/7dbf43dd6cdede63a83fc52f9b261c10a519a7df3cffdff72b4deeaf089d0f03?
s=60&d=retro&r=g)

### 󠀁[Easy and nice plugin!](https://wordpress.org/support/topic/easy-and-nice-plugin-7/)󠁿

 [kibus90](https://profiles.wordpress.org/kibus90/) November 18, 2019 1 reply

Super plugin! It works perfect!

![](https://secure.gravatar.com/avatar/44bff494be0bed439105cdb8a6c44564fdb37a6ac8a2f1252cbd15302632aef2?
s=60&d=retro&r=g)

### 󠀁[Wonderful!](https://wordpress.org/support/topic/wonderful-580/)󠁿

 [zim68](https://profiles.wordpress.org/zim68/) December 2, 2018 1 reply

Clear user interface, nice user experience and powerful functionality. Many thanks
for this plugin!

![](https://secure.gravatar.com/avatar/f01f7251292e81367fadc5268878d76d09665f0d4b90ed24375adbee3f3f24bf?
s=60&d=retro&r=g)

### 󠀁[Great thanks!](https://wordpress.org/support/topic/great-thanks-46/)󠁿

 [wzshop](https://profiles.wordpress.org/wzshop/) September 25, 2018 1 reply

Great thanks!

![](https://secure.gravatar.com/avatar/fafc3254a98c69978802fe719d1206bacdbb10c74613b10e934efa4dc5fae631?
s=60&d=retro&r=g)

### 󠀁[The best plugin!](https://wordpress.org/support/topic/the-best-plugin-92/)󠁿

 [br3wow](https://profiles.wordpress.org/br3wow/) February 27, 2017

It’s interesting how such a well-crafted plugin can suddenly save a whole project.
This is one of these cases, thank you very much.

 [ Read all 6 reviews ](https://wordpress.org/support/plugin/rename-taxonomies/reviews/)

## Contributors & Developers

“Rename Taxonomies by WebMan” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ WebMan Design | Oliver Juhas ](https://profiles.wordpress.org/webmandesign/)

“Rename Taxonomies by WebMan” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/rename-taxonomies/contributors)
for their contributions.

[Translate “Rename Taxonomies by WebMan” into your language.](https://translate.wordpress.org/projects/wp-plugins/rename-taxonomies)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/rename-taxonomies/),
check out the [SVN repository](https://plugins.svn.wordpress.org/rename-taxonomies/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/rename-taxonomies/)
by [RSS](https://plugins.trac.wordpress.org/log/rename-taxonomies/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

Please see the [`changelog.md` file](https://github.com/webmandesign/rename-taxonomies/blob/master/changelog.md)
for details.

## Meta

 *  Version **1.3.0**
 *  Last updated **6 months ago**
 *  Active installations **1,000+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.0 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/rename-taxonomies/) and [Slovak](https://sk.wordpress.org/plugins/rename-taxonomies/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/rename-taxonomies)
 * Tags
 * [category](https://wordpress.org/plugins/tags/category/)[label](https://wordpress.org/plugins/tags/label/)
   [name](https://wordpress.org/plugins/tags/name/)[tag](https://wordpress.org/plugins/tags/tag/)
   [taxonomy](https://wordpress.org/plugins/tags/taxonomy/)
 *  [Advanced View](https://wordpress.org/plugins/rename-taxonomies/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  6 5-star reviews     ](https://wordpress.org/support/plugin/rename-taxonomies/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/rename-taxonomies/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/rename-taxonomies/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/rename-taxonomies/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/rename-taxonomies/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/rename-taxonomies/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/rename-taxonomies/reviews/)

## Contributors

 *   [ WebMan Design | Oliver Juhas ](https://profiles.wordpress.org/webmandesign/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/rename-taxonomies/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.webmandesign.eu/contact/#donation)