This topic has 4 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
Hi Guys,
I build a page like your page https://www.8theme.com/demo/woopress/handtools/brand/alterego/
I would like to know if there is a way to change the “brand” in this url ?? On my site the url is http://gmd.3ejoueur.com/brand/kozi/
i would like to be something like that http://gmd.3ejoueur.com/manufacturier/kozi/
Thanks for the help
Hello,
You can change Brand slug in \themes\woopress\framework\woo.php file on line 585
Please replace this code
'rewrite' => array( 'slug' => 'brand' ),
to
'rewrite' => array( 'slug' => 'manufacturier' ),
After that navigate to Dashboard->Settings->Permalinks and click save changes.
Regards,
Robert Hall.
Hi thanks for this answer, Would you know a way with won’t alter the code. I could put that in a Child but you not be the best idea when update need more work.
Also we are trying to find a solution that could be translate in a future not far.
Thanks
Hello,
You can create child theme (it’s included in the theme package) and copy part of the code into functions.php file in child theme folder. This way you will not lose modifications after theme update.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up