• hi

    i’m using qTranslate to translate my pages and posts.

    i have a page which lists all the events. if i use a browser with a language different to the default language the url of this page looks like: domain/parties/?lang=en

    in this page i’m using the following shortcode for diplaying the list of the events:

    [eo_events event_category=parties showpastevents=false event_start_before="last day of +3 month"]%start{d.m.Y (D)}% - <a href="%event_url%">%event_title%</a> - %event_venue%[/eo_events]

    the generated link looks like: domain/events/event/myevent/

    which shows the event in the default language. if i add ?lang=en at the end of the url, the event is shown in the user language (en).

    is there anything i can do to change the event_url?

    thanks in advanced.

    https://wordpress.org/plugins/event-organiser/

The topic ‘Language missing in event_url’ is closed to new replies.