Viewing 1 replies (of 1 total)
  • Plugin Author Rita Kikani

    (@kikanirita)

    Hi @amineriad,

    Currently we do not have this feature in our plugin, So, you need to customize by your self to achieve this functionality.

    To customize, you need to override template file called content-past_event_listing.php at your theme side, and in that file you can add your filter.

    To know more about, How to override template file, you can read this doc : https://wp-eventmanager.com/knowledge-base/template-files-override/

    Then you need to add query argument by using apply_filters(‘event_manager_past_event_listings_args’, $args_past) to get filtered record.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Index past events’ is closed to new replies.