Home › Forums › Theme support › Portfolio URL, Image caption, Menu Button Questions › Reply To: Portfolio URL, Image caption, Menu Button Questions
OK, if the filter is not working the only thing you can do is to change it in the PHP file. Please open the file “posttype-portfolio.php” in the folder “7league” and change line 16 from this
'rewrite' => true,
to this:
'rewrite' => array('slug' => 'projects'),