My site has custom templates with the following text (referring to another event management plugin):
=&meta_value=’.$todaysDate.’&orderby=meta_value&order=ASC’);
if ( have_posts() ) : while ( have_posts() ) : the_post();
echo ”;
?>
<a href="”>
<?php
echo '’;
endwhile; else:
echo ‘No upcoming event.’;
endif;
wp_reset_query();
?>
What syntax would I use to replace it with Espresso information?
The code didn’t come through. Either way, Event Espresso doesn’t require you to modify the theme templates in order to display events. It uses a different method that involves placing shortcodes on a page and publishing it.
For example if you want to display a list of events, you can add this to a page:
[EVENT_LIST]
and it will do the rest of the work.
Right there are templates on our website that call upcoming and features from our old RSVP maker plug in. I would like to edit the template to pull information from the event espresso system. My problem is a don’t. Know syntax to use to replace the rsvpmaker statements. Look at our website http://www.westpalm100.org under calendar of events.
I’m still not sure what you are looking to do. I view the calendar of events page, and it’s displaying a calendar generated by Event Espresso. I can recommending removing the “(Available parameters: month, basicWeek, basicDay, agendaWeek, agendaDay)” message from the page as it’s not needed.
The support post ‘Edit Templates’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.