[EventCalendar] I cant get the ec3_get_schedule() to work...

Chris Underwood chris at nicasiodesign.com
Wed Sep 5 16:34:15 UTC 2007


I cant get the ec3_get_schedule() to print out at all when added into  
a specific page.

I added the Exec_PHP function to allow for inline php code in  
Wordpress and the page will now retain the code I entered, but it  
wont display the events.

I have tried using the example code:
ec3_get_schedule('%s; ','%1$s %3$s %2$s. ','[ %s] ');

like so:
<?php ec3_get_schedule('%s; ','%1$s %3$s %2$s. ','[ %s] '); ?>

and:
<?php include('ec3_get_schedule('%s; ','%1$s %3$s %2$s. ','[ %s]  
')'); ?>

and:
<?php echo 'ec3_get_schedule('%s; ','%1$s %3$s %2$s. ','[ %s] ')'; ?>

but these don't... what am i doing wrong?

Thanks,
Chris



More information about the EventCalendar mailing list