Change the "portfolio" slug to something else?
-
I’d like to change our portfolio URLS from website.com/portfolio/item to something like website.com/somethingelse/item. Is this possible?
Hello,
Thank you for the question.
Unfortunately, there is no such option in our theme and the only one way to change portfolio permalinks structure at the moment is to edit file wp-content/plugins/woodmart-core/post-types.php
and replace there a line. You will need to resave your permalinks structure in Dashboard -> Permalinks.
'rewrite' => array('slug' => 'portfolio'),
with this one
'rewrite' => array('slug' => 'colour'),
Regards