Events Made Easy Forums Bug fixed or feature request implemented shortcodes for empty categories

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42463
    Anonymous
    Inactive

    I’m trying to show calendar events that are all but one category.

    I want to show categories 1,2 and uncategorized events, but not category 3

    Not sure how to test for empty categories.

    [events_calendar category =1,2,?]

    #46455
    Franky
    Keymaster

    done, the word none is used. In trunk:

    you can indicate “none” as a category as well for the events_list, to find events without categories: [events_list category=none] or [events_list category=2,none]

    #46456
    Anonymous
    Inactive

    Two items. This does filter out for the events list, which is great, but it doesn’t for the “events_calendar” also it prints out my list of events along with the text from some conditional statements.

    here’s an example of some events list output.

    events_if tag=” notvalue=’5′] some meeting [/events_if]

    #46457
    Franky
    Keymaster

    The code was a bit rough on the edges … try again with latest trunk.

    About the conditional statements: make sure the “[” is present. And a empty tag won’t help you as well …

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top