• Is it possible to sort or organize events by category in Event Organiser and I would like to get a weekly view as well. Pls check the page:

    Check my example

    I’ve got three categories and I would like to get a list of weekly events by category.

    My first post here ever, so cheers to everyone and nice work!
    Sami

Viewing 1 replies (of 1 total)
  • Yes – you can display them via shortcodes:

    The calendar supports ‘weekly views’, and can be filtered by category (or add a drop-down to allow the user to filter by category).

    The event list can list events by week, for instance

    To get events starting within the next week:

    [eo_events event_start_after="today" event_start_before="+1 week"]

    For more advanced uses, you can use the eo_get_events() ( or use get_posts() / WP_Query).

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to sort or organize events by category in Event Organiser?’ is closed to new replies.