As a temp fix you can exclude the Draft events from the widget by editing the template file.
If you copy event-espresso/templates/widget.php to wp-content/uploads/espresso/templates/ and look at line 125. You should see ‘break;’.
Under that line copy and paste this:
case 'DRAFT':
//Don't show the event if event is draft.
break;
That will strip out the draft events from the widget.
This reply was modified 11 years, 3 months ago by Tony.
Viewing 5 reply threads
The support post ‘Upcoming Events showing draft 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.