Hello I noticed a change in the /custom-post-types/portfolio-type.php file. This was the changes I made changes to older (pre v2.0) file
Change "Portfolio" to "Collections" permalinks
Edit this file: neighborhood/includes/custom-post-types/portfolio-type.php
Line 48, change:
‘rewrite’ => false,
to
'rewrite' => array ('slug'=>'collections'),
But the new portfolio-type.php is different. How can I make this change in the new file or is there a solution I could stick in the functions.php child theme so I dont have to keep re-writing the portfolio-type.php on every update?
Thank you
http://www.xxxxx.com/?portfolio=the-mountains to
http://www.xxxxx.com/collections/the-mountains