• Hi,

    I want to add a side nav that has links to future events so that there would be a link to each future month that had events. Side nav would show – september, october – clicking on them would display a page showing events for that month.
    I am not a programmer so not sure where start but hope that there maybe be an events fuction something like get_month_link(year, month).

    Any help would be appreciated.

    Thanks

    https://www.ads-software.com/extend/plugins/event-organiser/

Viewing 1 replies (of 1 total)
  • Hi Xionn,
    I like this idea – though it won’t make into 1.5 which is just in beta testing.

    The link for the month pages can be constructed as follows (you can also use event_end_before and event_end_after). For instance, for August:

    www.site.com?post_type=event&event_start_after=2012-08-01&event_start_before=2012-08-31

    will show events that start sometime in August. (Rewrites rules could make this prettier). It’s then just a matter of working out which months contains events – which should be fairly simple to do…

    You can probably expect this in 1.5.1 if I have time – but if someone wants to have a go feel free to share it here ??

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Event Organiser] show month links to future events’ is closed to new replies.