Skip to content
Advertisement

WordPress Permalink Structure for Custom Post Type

I’m building a site but can’t figure out how to change the permalink structure for my custom post type only!

I have a custom post type called “Products” at the moment which has a URL structure like this

JavaScript

The full code for my custom post type is below:

JavaScript

I have enabled the category section on the right side so I can select a category but I cannot get that category to appear within the permalink structure when one is checked.

So the permalink structure I’m aiming for is essentially this:

JavaScript

Just can’t find a way to do it. Any help would be appreciated!

Advertisement

Answer

You can add filter to post_type_link

Here is the right way : https://wordpress.stackexchange.com/a/22490

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement