This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Robert Hall
Hi, I’ve searched the forum and can only find one thread that looks similar to my problem. Sorry if this has already been answered.
I don’t have ‘brands’ on my site. Instead, I have products within ‘ranges’.
How do I change the brand taxonomy/slug to say ‘range’ instead of brand? Is it somewhere within the woo.php file?
Thanks,
Ryan
Hello,
You can change Brand slug in \themes\royal\framework\woo.php file on line 585
Please replace this code
'rewrite' => array( 'slug' => 'brand' ),
to
'rewrite' => array( 'slug' => 'range' ),
After that navigate to Dashboard->Settings->Permalinks and click save changes.
Regards,
Robert Hall.
Thanks Robert, that worked perfectly.
Saved me a few hours of trial and error.
You’re welcome and have a good day!
Regards,
Robert Hall.
The issue related to '‘Change 'Brand' to 'Range' – Taxonomy/Slug’' has been successfully resolved, and the topic is now closed for further responses