Skip Navigation

[Resolved] Parameter and SEF in a View

This support ticket is created 6 years, 8 months 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 1 reply, has 2 voices.

Last updated by Christian Cox 6 years, 8 months ago.

Assisted by: Christian Cox.

Author
Posts
#628806

Hello, i'm trying to create a nice SEF URL based on 2 post type (Parent - Child), the idea is to build something like mail merge feature in Office Documents

PostType 1 : Prospect
PostType 2 : Proposal

So i build Prospect Post Type, consist of Client Name, Image, Logo, etc
Then i build Proposal Post Type, that consist of Sales Letter to a prospect.

What i would like to achieve:
For Example i build a proposal with slug 'Food'
And i got client like mcdonalds, burger king, pizza hut

I want to have URL like:
hidden link
hidden link
hidden link

Where the last segment is the paramter of Prospect Title, the third parameter (Food) is Proposal Title

How to build this in View ?

Thanks

#628988

Hi, Types isn't really designed to help you create non-standard permalink structures like this. In WordPress, the typical URL structure is /post-type-slug/post-slug. If you want to add the parent post type slug into that URL structure, you'll need custom code, or another custom permalink plugin.