[EventCalendar] Event list in a static page?

Marc Smith info at stuntmusic.com
Thu May 24 22:21:35 UTC 2007


I have been trying for some time to place an event list into an "Events" static page in WordPress

I paste the following code into a page in Wordpress:

<?php
ec3_get_events(
    '2',                                                                                    // limit
    '%DATE%: <a href="%LINK%">%TITLE%</a>',     // template_event
    ''                                                                                      // template_day
);
?>

and then save the page.

When I go to look at the code, since the page is failing, the code now looks like this:

<!--p<-->ec3_get_events(
'2', // limit
'%DATE%: <a href="%LINK%">%TITLE%</a>', // template_event
'' // template_day
);
?&gt;

Frustrating as heck.

The only question I have is, can a list of events be generated in a "page" you create in WordPress, not just the sidebar?

Regards,

Marc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://penguin.firetree.net/pipermail/eventcalendar/attachments/20070524/82abece6/attachment.htm


More information about the EventCalendar mailing list