# Changing CPT Slugs
The theme registers 2 extra custom post types arr_portfolio
and arr_services
which have a default slugs portfolio
and service
. Those which are used in the permalinks URLs. For example, https://mywebsite.com/portfolio/my-item
If you'd like to change those slugs, go to Customizer → Options → Portfolio/Services
Enable custom slug option here and you will see a text field for a custom slug input. Change it as you prefer and click Update
in Customizer.

After you're done, you will need to update website permalinks. Otherwise you may get 404 errors on your pages. To update permalinks from admin panel go to Settings → Permalinks
and simply click Save Changes
– no need to change anything.

Save Changes
without doing any changes