[EventCalendar] Event list in a static page?

Tim Schrock tdschrock at hotmail.com
Fri May 25 14:56:26 UTC 2007


Make your page a .php page, not a .htm or .html page if you can.  If you
cannot, let us know, and we may be able to help you change your host info so
that .htm files can run php coding.

Tim
 
Tim Schrock
Design Build Solutions, LLC.
www.DesignBuildSolutionsLLC.com
tim at designbuildsolutionsllc.com
Phone: 765-482-6371
Fax: 866-699-4192
 
-----Original Message-----
From: eventcalendar-bounces at firetree.net
[mailto:eventcalendar-bounces at firetree.net] On Behalf Of Marc Smith
Sent: Thursday, May 24, 2007 6:22 PM
To: eventcalendar at firetree.net
Subject: [EventCalendar] Event list in a static page?

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

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.472 / Virus Database: 269.8.0/818 - Release Date: 5/25/2007
12:32 PM
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://penguin.firetree.net/pipermail/eventcalendar/attachments/20070525/7e9839e7/attachment.htm


More information about the EventCalendar mailing list