• This is a very simple problem, and it is somewhat explained in the support, but I really do not know how to implement this. Can someone please give me a step by step process of what to do?

    I simply want to list events by categories, on two separate pages. However, in the widget I would like to list both categories.

    On the documentation, it says:
    ” event_category
    the slug of an event category. Please note that this should be used instead of the parameter event-category used in eo_get_events. “

    Can someone please explain what I need to do to use this?

    http://wordpress.org/extend/plugins/event-organiser/

Viewing 1 replies (of 1 total)
  • Hi daftaikou,
    Let’s say you want to list events which are in event categories with slugs ‘cat-a’ or ‘cat-b’

    If you are using the widget there is the event category option. You just need to list the category slugs, separated by a comma ‘cat-a,cat-b’.

    If you want to use the shortcode, then

    [eo_events event_category="cat-a,cat-b"]

    should do the trick (as well as including any of the other parameters you’d like).

    Hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Event Organiser] List categories’ is closed to new replies.