How to Change the Permalink for One WordPress Page Only?
In this tutorial, I’d like to guide you step by step, how you can change the URL (permalink) of a specific WordPress page without going to Settings > Permalinks and applying the changes globally.
Please keep in mind, that I’m not talking about changing page slugs – that can be easily done in the WordPress admin dashboard (check the screenshot below), I mean changing the permalink structure completely.

Change Permalink Structure for a Custom Post Type
In this tutorial I am going to show you the ways that allow you to change the permalink structure for a custom post type on your WordPress website. First of all, we’re going to do some customization with the help of the register_post_type() function and then continue to a custom code snippet.
How to Remove a Taxonomy Slug from URL
In this tutorial we’re going to talk a little bit about rewriting taxonomy URLs in WordPress. I am about to show you different examples of how you can remove a custom taxonomy slug from a URL (and “category” in particular, because it works a little bit differently).