[EventCalendar] Eventcalendar with modified theme

Adams, Keith KAdams1 at csuchico.edu
Fri Apr 6 23:57:06 UTC 2007


Thought I'd share my eventcalendar creation.  I wanted a site that is
simply a list of future recurring events in chronological order that is
easy to update.  I installed eventcalendar, then changed my theme's
index.php to the following:

<?php
get_header();
?>

<?php
//    _e('Events');
    ec3_get_events(130,'<strong>%DATE%</strong> (%TIME%): %TITLE%','','F
j');
?>

<?php get_footer(); ?>


Here are the results:  http://chico.theatredate.com/

Keith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://penguin.firetree.net/pipermail/eventcalendar/attachments/20070406/7c5fdaf7/attachment-0001.html


More information about the EventCalendar mailing list