• How can I make it so that events that have past can still be accessed. Like an archive of events. is it possible?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    in your settings page you can choose to show past events as an event scope

    Thread Starter judodesign

    (@judodesign)

    Sorry. I should have explained myself better. I saw the option you mention, but it just shows all my events on the main page. I want to keep my main events page the same (most recent upcoming event at the top, no past events).

    I just want to have the option of being able to go back and see past events listed. Like a category archive of posts. You select the event category in the sidebar and it shows you all the events ever listed under that category.

    is there a way of doing that?

    I’m keen to this exact thing.
    Anyone got any ideas??

    i’ve created an archive-page where i use the following code to display the past events:

    <?php
    if (class_exists('EM_Events'))
    {
    echo EM_Events::output( array('limit'=>20,'orderby'=>'start_date','order'=>'DESC','scope'=>'past','pagination'=>1));
    }
    ?>

    but the pagination isn’t working (for me) so i’m not using it right now (without limit and pagination 0)

    hth.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    yup, or you could use shortcodes as well, see the site docs

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘archive of events’ is closed to new replies.