[EventCalendar] AW: EventCalendar Digest, Vol 29, Issue 5

Oliver Zabel oliverzabel at gmx.de
Fri Mar 7 14:19:52 UTC 2008


Hey, thanks for this answer! it works.

but i have a new questions / problem:
i keep my events seperate in an category. i'm using the tagging feature of
wp 2.3 and did convert the categorys to tags. now the event category is also
shown in the tag-cloud but if you click on it, you'll get an 404!

is there a way to exlude the category or to point the link to an other side
(i.e. to the page with the event overview i asked for ;) )

thanks al lot
Oli

Message: 3
Date: Fri, 07 Mar 2008 12:18:10 +0100
From: pulk <admin at pulk.net>
Subject: Re: [EventCalendar] All Events on single page
To: Support for EventCalendar plugin <eventcalendar at firetree.net>
Message-ID: <47D12472.50608 at pulk.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

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
);
?>






More information about the EventCalendar mailing list