I dont understand how this is to be used.
I tried to enter it as variables in a query, :
query_posts('&cat=&eventDisplay=upcoming');if(get_events()) {
while (have_posts()) {
have_posts();
but it is returning errors.
Notice: Undefined index: viewOption in /Users/alvar/Sites/DS/forge/trunk/wp/wp-content/plugins/the-events-calendar/template-tags.php on line 13 Notice: Undefined index: displayEventsOnHomepage in /Users/alvar/Sites/DS/forge/trunk/wp/wp-content/plugins/the-events-calendar/template-tags.php on line 13
Notice: Undefined index: viewOption in /Users/alvar/Sites/DS/forge/trunk/wp/wp-content/plugins/the-events-calendar/template-tags.php on line 13
Also tried replacing have_posts() with get_events().
Can a more detailed example be provided on how to use these variables?
Thanks,
alvar