Home › Forums › WoodMart support forum › Change Portfolio SLUG / New Custom Post Type › Reply To: Change Portfolio SLUG / New Custom Post Type
October 29, 2018 at 7:46 pm
#85986
Artem Temos
Keymaster
Hi,
Try to edit the file wp-content/plugins/woodmart-core/post-types.php
and change the line
'rewrite' => array('slug' => 'portfolio'),
to this
'rewrite' => array('slug' => 'clients'),
And then go to Settings -> Permalinks and resave them.
Regards