Skip Navigation

[Resolved] Change custom post type permalink structure

This support ticket is created 6 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by Nicholas 6 years, 1 month ago.

Assisted by: Christian Cox.

Author
Posts
#1131098

Hello the slug of my post type is organizations

I'd like to have an organization archive that ends with this slug: domain.com/organizations.
However, I'd like to have all the posts of this custom post archive begin with /organizations/organization/organization-name How can I do this?

#1131477

Hi, Toolset doesn't offer permalink structure customizations, beyond modifying a cpt slug or post slug. To add a "directory" like this to a CPT permalink, I would advise using a 3rd-party custom permalink plugin. A good one will offer robust permalink manipulation capabilities, like the structure you're describing. Otherwise it will require custom code.

#1132958

My issue is resolved now. Thank you!