[EventCalendar] showing post excerpt in ec3_get_events()

Charles Mangin option8 at option8.com
Tue Oct 30 14:30:40 UTC 2007


is there a way to do this?

one thing i would really like to be able to do (or, if it's possible,  
be shown how to do) is include the content of an event post in the  
events listing. something along the lines of:


<?php
ec3_get_events(
    '',                                      // limit
    '%DATE%: %TITLE%:  %EXCERPT%', // template_event
    '',                                     // template_day
    'd M',                                    // date_format
    '<strong>%MONTH%</strong>'                              //  
template_month
);
?>


that would result (ideally) in something like:

# December 2007
* 31 Dec: Event Name: Event Excerpt
. . .


can this be achieved with the plugin as-is, or maybe with a little  
hacking of the template-functions.php?


   charles mangin | Alpha Geek and Chief Mental Hygienist
   option8 at option8.com
   http://mentalhygiene.com





More information about the EventCalendar mailing list