Hi @asynchrym , thanks for your query.
Let’s picture the scenario with an example.
Suppose, your funnel name is “Best Funnel” and the first step is “Landing.”
- Right now, your URL is: example.com/f/best-funnel/landing
- But you want the URL to be just: example.com/f/best-funnel/
Now, the problem with the second case is there is no indicator as to which step you are in. So, if you have more steps after the Landing, there will be no way to recognize that it’s a different page.
This is why, it is important to have a unique slug for every step. So, unfortunately, you cannot have a funnel with just the funnel name in the URL. There has to be a slug for each step.
You can, however, change the URL of the steps by going to the settings window for each step.
Let us know if you have more questions.
Thanks.
Ok, I see.
For me the setting up the permalinks is too limited. Another thing is, that I want to have
domain.com/f/funnelname/buy
domain.com/f/anotherfunnel/buy
Both checkouts in each funnel with /buy.
One it possible the other not because it needs to be unique.
When I have 50 funnels with another landing and other setups, I need to add 50 checkouts with different names… Thats incredible and not maintainable – also not trackable.
What can I do?
Another thing is: How to translate permalinks with WPML?
Hi @asynchrym ,
Right now, I am afraid, for each funnel, you either can have a single checkout page or multiple checkouts with unique link slugs.
However, if you have multiple funnels, then the Checkout slug can be the same, because, the main permalink is unique. As it, for funnel 1, it will be “domain.com/f/funnel1/buy” and for funnel 2, it will be “domain.com/f/funnel2/buy” i.e., if you have 50 funnels, as long as you have unique funnel names, you can use the same slug name in multiple funnels.
Regarding translation, WPFunnels pages are custom post type. Normally, to be able to translate custom post types, you have to enable the support from WPML > Settings > Post types. There, enable the options “Funnels” and “Steps.” For URL translation, WPML has this documentation. However, we haven’t exclusively tested it from our end. You may follow this guide and let us know if you notice any issues.
Thanks.