Currently on my website I have hardcoded page templates and my old event manager had the following php statement:
=&meta_value=’.$todaysDate.’&orderby=meta_value&order=ASC’);
while ( have_posts() ) : the_post();
echo ”;
To display a list of Event Espresso events what would I replace this statement with?
If you still need to hardcode it in, you can use this <?php echo do_shortcode('[EVENT_LIST]');?>
Viewing 2 reply threads
The support post ‘Espresso Events’ 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.