Hi,
I was able to change the product_cat taxonomy thanks to your plugin. But I noticed that it still says “Category” on the column header of the table that you find on Products->All Products page. Is there a way to change this label?
]]>Hi,
Pls help me to rename “Brand:” to “Condition:” in woocommerce. I have tried this plugin and it renamed in admin area. but not in main website.
]]>hi..
i used this plugin but it just renames the tags and categories in the backend.
It does not rename the tags and categories in frontend and meta
kindlyadvise..
]]>Hi,
I am using your plugin and am really happy with it!
But the problem is that I get a lot of warnings in my error logs.
https://pastebin.com/raw/hCUW3n3r
How can I avoid them?
]]>Hi,
I want to change formats (post format) to media.
I added the code – like you suggest.
my child theme functions.php now looks like this:
<?php
/**
* Child Theme
*
*/
function crocal_child_theme_setup() {
}
add_action( ‘after_setup_theme’, ‘crocal_child_theme_setup’ );
function my_prefix_rename_taxonomies_skipped_keys( $taxonomy_keys ) {
return array(
‘link_category’,
‘nav_menu’,
‘post_format’,
);
}
add_filter( ‘rename_taxonomies_skipped_keys’, ‘my_prefix_rename_taxonomies_skipped_keys’ );
//Omit closing PHP tag to avoid accidental whitespace output errors.
but it’s still not showing up the additional taxonomies.
could you please advise – am I doing something wrong?
]]>I am trying to rename Woocommerce product tags, but after entering all the information they’re still called Tags in the Menu. Did I miss a setting somewhere?
]]>I tried renaming taxonomies using this plugin but it does not rename taxonomy text in post list tables headers
]]>