Reply To: How to change /project/ in url to something else?


imaginem
Support

Hi Anthony,

edit /functions/custom-post-types.php

Line 25

Change ‘project’ to your preferred term ( the slug term needs to be unique )

After you change the term all projects pages might give a 404 page not found. This is due to wordpress using the old permalinks cache.

To resolve if this happens, head to wp-admin > Settings > Permalinks

Change to something other than the your selected structure – Save – and switch back to your preferred structure.

Let me know if there’s any problems.

Thanks 🙂