Re: How to change name Portfolio

#1412
admin
Participant

Hello,

You have to modify the relevant code for your desired changes.

Quote:
Can i change name “Portfolio” to another name ? ( include Permalinks )

`L150` in `lib/modules.php` for Portfolio CPT

Quote:
And change “technology” to another name ? ( include Permalinks )

`L195` in `lib/modules.php` for Portfolio Taxonomies

Quote:
Create a widget technology like widget categories

You have to replicate and modify the Categories widget with the new terms.

Thanks