WordPressin tietokantavirhe: [Unknown column 'event_type' in 'WHERE']
SELECT DISTINCT wpid_em_events.* FROM wpid_em_events
LEFT JOIN wpid_em_locations ON wpid_em_locations.location_id=wpid_em_events.location_id
WHERE (`event_status`=1) AND (`event_type` NOT IN ('repeating','recurring')) AND ( event_start_date <= CAST('2022-11-06' AS DATE) AND event_end_date >= CAST('2022-09-26' AS DATE) ) AND (`event_private`=0)
ORDER BY event_start ASC