Viewing 6 replies - 1 through 6 (of 6 total)
  • Ciao Claudio,

    I’m not 100% sure what you need to do. Can you explain a bit more? Thanks.

    Thread Starter clauds54

    (@clauds54)

    hello caimin,
    i have added a custom field to locations i called it likapromo and it’s essentially a link to events list (all events).
    Now what i would like it to do is to make it show only events related to that specific location.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    am afraid that this is not possible out of the box without custom php coding on your part;

    Thread Starter clauds54

    (@clauds54)

    Hello to all,
    yes angelo i understand this might need some custom php, but please follow my thought: now i have made a custom page(1) template that filters the locations by tags, each location shows the location image and address and a button that links to a page(2) that shows all events.
    This events page has also two search fields (directly from events manager) one is the Geo search and one is generic. Now if i enter the location name in the generic serach field the page will only show events from that location (exatly what i want, but..).

    Ok here is the question is there a way to tell the genreic serach field in the events page(2) to use the location name of the location in the first page(1) by changing the button link or action or whatever ?

    I hope i got to explain it well.
    Grazie and Ciao
    Claudio

    Plugin Support angelo_nwl

    (@angelo_nwl)

    hmm, maybe you can try to create another template and then catch the $_REQUEST like

    echo do_shortcode('[events_list_grouped mode="monthly" location="'.$_REQUEST['location_id'].'"]');

    domain.com/events/test/?location_id=1

    Thread Starter clauds54

    (@clauds54)

    will try , let you know
    thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom field link’ is closed to new replies.