• HI All

    I have a custom content type partner_pages

    I wish though to enable the user to select a value from a select which will be either

    corporate
    benefits
    campaign

    I then require to amend the slug ( perhaps at page render level or save ) where the url for the page is either

    /corporate/[page-name]
    /benefits/[page-name]
    /campaign/[page-name]

    NOT /partner_pages/[page-name]

    If someone could guide me in understanding this is firstly possible and then how to develop a solution

    Thanks

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Sorry for a slow reply. I suggest you add some custom rewrite rules that pick up on the three initial permalink terms, then rewrite the request with URL parameters that lead to the proper page.

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple slugs for CCT’ is closed to new replies.