Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi Chris,

    Yes, you basically set the scope to past.

    This should help:
    https://wp-events-plugin.com/documentation/shortcodes/

    Thread Starter drinkingsouls

    (@drinkingsouls)

    Thanks for your reply.
    I found setting the scope to past only showed events that had happened and not any upcoming ones.
    The way to display ALL events past and future is to set the scope to all.

    I’m now wondering if it is possible to display the events_list ordered by category? So they would be displayed as such:

    Cat 1
    – Event 1 (d/m/y)
    – Event 2 (d/m/y)

    Cat 2
    – Event 1 (d/m/y)
    – Event 2 (d/m/y)

    Are there any shortcodes that allow this?
    Thank you,
    Chris

    Although it’s not possible by default, we do have this custom code snippet to add that feature:

    https://pastebin.com/f6DVrzZS

    Thread Starter drinkingsouls

    (@drinkingsouls)

    Thank you for all your help. That shortcode works well, I’d just like to remove the order mode=”monthly” though. I literally just want a list of categories and their events underneath (Preferably ordered by post ID). I don’t want to show the time or date of the event on the page, just the link. How can I change the mode to ID rather than monthly?
    I tried the obvious of removing mode=”monthly” from the funtion but the months still show.
    Thank you.
    Chirs

    Have you tried changing the mode to daily?

    Thread Starter drinkingsouls

    (@drinkingsouls)

    Yeah, I’ve tried every mode. But regardless it is grouping them by the category then by the month they take place.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    in the snippet above, you can try to change

    echo do_shortcode('[events_list_grouped mode="monthly" category="'.$EM_Category->term_id.'"]');

    to

    echo do_shortcode('[events_list category="'.$EM_Category->term_id.'"]');
    Thread Starter drinkingsouls

    (@drinkingsouls)

    Thank you so much Angelo. That solved the problem.
    Thanks,
    Chris

    Thread Starter drinkingsouls

    (@drinkingsouls)

    Actually there is still a slight issue with this. It shows the events under their category as I wished and that part works fine.
    However, under all the categories it shows a list of upcoming events. I wish to remove these. How would I do this?
    Thank you
    Chris

    Thread Starter drinkingsouls

    (@drinkingsouls)

    On the event category page and event tags page I also want it to show all events regardless of weather they have happened or not. How can this be done?
    Thanks

    Thread Starter drinkingsouls

    (@drinkingsouls)

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Show Events Past and Present’ is closed to new replies.