Hi there,
i’m trying to extract the 3 upcoming events from the calendar list to integrate this events with other single normal post.
Since the latest version everything changes inside the API hence i need to do it again with the new code that i found inside the php file “all-in-one-event-calendar/app/view/calendar/widget.php”
and im stocked with the rendering part :
// Display theme
$this->_registry->get( ‘theme.loader’ )->get_file(
‘agenda-widget-form.php’,
$fields,
true
)->render();
How and where should i create my “agenda-widget-form.php” i just need to display 3 events with some of their information in my post list.
not sure if to be clear tho :/
thanks for any help
https://ww.wp.xz.cn/plugins/all-in-one-event-calendar/