Change portfolio name to something else
-
Hi there, is it possible to change the ‘portfolio’ permalink to something else, in my case ‘tutorials’ for example
eg: mysite.com/TUTORIALS/itemname
Hello,
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/basel-post-types/basel-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' => 'your_slug'),
Regards
great, ill give it a go, thank you!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Change portfolio name to something else’ is closed to new replies.