Posted: February 4, 2020 at 7:07 pm
Hello, Is there any alternative way to show just a list down the page with date, name of event, cost, places available Thanks |
|
Hi, I’m afraid that wasn’t a valid shortcode for EE4. The shortcode to show a list of events is [ESPRESSO_EVENTS] |
|
Thanks for your reply. In the previous version of EE4 I had a page template that showed events in a table, but sadly it no longer works in this new version. Are you able to advise how to change the code in that template to make it work again? I will paste below in case you can help. <?php /** global $event_list; <div id=”event_list_wrapper”> /* custom event list loop */ while ( $event_list->have_posts() ) : $event_list->the_post(); /* " . print_r($event_details, true). " “; /* //echo “THIS MESSAGE COMES FROM THE EVENT SUBPAGE TEMPLATE” /* |
|
Hi Kitka, That template isn’t from a previous version of Event Espresso 4 and will have never worked with EE4, it’s from another events management plugin called wpeventsplanner. You’ll need a new template to work with EE4 events. To display EE4 events in a table you could use the Table View template add-on: https://eventespresso.com/product/eea-events-table-view-template/ |
|
The support post ‘[EVENT_LIST] shortcode’ 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.