Site icon UpStream

How to Change the URL of a Custom Post Type

In UpStream, it’s possible to change the names of almost everything. You can rename “Tasks”, “Bugs”, and other key features. We’re trying hard to make UpStream the most customizable project management plugin for WordPress.

However, some users want to take things further and also rename the project URLs.

By default, you can find UpStream projects on the frontend of your site at https://example.com/project/project-name/. Some of our users want URLs that can be customized: https://example.com/custom-name/project-name/.

I’m going to show you how to solve this problem using a plugin. This solution should work for many plugins, not just UpStream.

The easiest way to do this is with the WP Change Custom Posts Slugs plugin.

Please note that this won’t change the URLs in the admin area of your site. For example, if you edit a project the URL will still be /wp-admin/edit.php?post_type=project/.

Exit mobile version