Dynamic URLs
-
Hi
I have a multi-language site.
I created multiple event categories: english, french…
Each single event is linked to one event category (a language).My event list page:
[vsel event_cat=”en”]In VSEL the events slugs are like this:
domain/event/event-title
domain/event/event-title2But the entire site is divided by language:
domain/en/
domain/fr/I would like to create this kind of URLs:
domain/en/event/event-title (shown in the english language sector)
domain/fr/event/event-title2` (shown in the french language sector)
etc.How can I make the event URLs dynamic?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Dynamic URLs’ is closed to new replies.