Home › Forums › Basel support forum › Edit Portfolio Name & Slug › Reply To: Edit Portfolio Name & Slug
August 12, 2018 at 2:58 pm
#72364

Elise Noromit
Member
Hello,
1/ You will need to find this file plugins/woodmart-core/post-types.php
2/ Then, to change this lines or modify as per your needs:
'rewrite' => array('slug' => 'portfolio'),
'rewrite' => array('slug' => 'your-slug'),
Best Regards