[EventCalendar] All Events on single page
pulk
admin at pulk.net
Fri Mar 7 11:18:10 UTC 2008
sure, you could create a custom page with a custom template and there
you insert:
<?php
ec3_get_events(
4, // limit
'<a href="%LINK%">%TITLE% (%TIME%)</a>',// template_event
'%DATE%:', // template_day
'j.F' // date_format
);
?>
Oliver Zabel wrote:
> hello,
>
> i have a little question: is it possible to make page with all upcoming
> events on it?
>
> i thought at something like this:
>
>
>
> 3. Mar 2008: event1
>
> 7. Mar 2008: event2
>
>
>
> etc.
>
>
>
> thanks for help and sorry for my bad english ;)
>
>
>
> Oli
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Blog: http://wpcal.firetree.net/
> EventCalendar at firetree.net mailing list
> Unsubscribe: http://penguin.firetree.net/eventcalendar
More information about the EventCalendar
mailing list