• Resolved En18Zone

    (@en18zone)


    Hi

    How would i go about if i wanted to exclude some events from the default events page but show them separately on another page? Thanks !

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    at the moment you need to use shortcode like [events_list category=”-X”] where X is the events category id and ( – ) negative means exclude events assigned to this category

    Robswaimea

    (@robswaimea)

    Thanks Angelo for your comments…
    I am not part of support… just some dude.

    Expanding on what Angelo said…
    I think you will need to make another category.. for your excludes.
    That way… you separated the two…
    Apples Category id = 5
    Oranges Category id = 9

    Exclude Oranges…
    [events_list category=”-9”]

    Thread Starter En18Zone

    (@en18zone)

    Thanks to both of you for your guidance. But i should have been more clear in my first post, i want to display a calendar not a list. I guess there is no way to do something like [events_calendar category=”-7″]?

    Would appreciate any pointers, even if its complicated php. I will give it a try and see if i can make it work on my own.

    Thanks !

    caimin_nwl

    (@caimin_nwl)

    You can use the same attributes with the [events_calendar] shortcode.

    http://wp-events-plugin.com/documentation/shortcodes/

    Thread Starter En18Zone

    (@en18zone)

    Wow such a nice plugin and support. For anybody else looking for a similar solution [events_calendar full=1 category=”-7″]is the shortcode you need.

    Thank you very much !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Exclude certain events from defaults events page’ is closed to new replies.