[EventCalendar] All Events on single page

Keith Instone instone at uxnet.org
Fri Mar 7 11:47:48 UTC 2008


That is very useful for a LIST of the event titles. It does seem like  
you can use this function to list the event descriptions as well,  
however.

For example, this is not possible:

----
March 28, 2008

<a>Event title</a>
Event description. Lorem ipsum.....

<a>Another event title</a>
Event description. Lorem ipsum.....

March 29, 2008

<a>Third event title</a>
Event description. Lorem ipsum.....
----


Any tricks to doing that?

Keith

On Mar 7, 2008, at 6:18 AM, pulk wrote:

> 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
>
> _______________________________________________
> Blog: http://wpcal.firetree.net/
> EventCalendar at firetree.net mailing list
> Unsubscribe: http://penguin.firetree.net/eventcalendar




More information about the EventCalendar mailing list