Hi @luckyowl157
Thanks for reaching out.
Please, can you be more specific whether you are asking for the calendar template or listing template?
Best Regards
On admin page All events. I want to sort column by start date.
Here is screenshot link https://imgur.com/IZalTRA
@luckyowl157
This is a customized job.
You will need to customize it by making changes in the following files in the directory for Simple Event Planner:
1) simple-event-planner > includes > shortcodes > class-simple-event-planner-shortcode-event-calendar.php
2 simple-event-planner > includes > shortcodes > class-simple-event-planner-shortcode-event-listing.php
Please note: Do not change core files directly, instead use the available filters to modify the event queries in the aforementioned files.
Best Regards
-
This reply was modified 6 years, 9 months ago by
PressTigers.
these files respond to pages on the site.
I need to sort events by date in the list of events in the admin panel. They are not sorted by event date
View post on imgur.com
@luckyowl157
Please access the following file for sorting events by date in the list of events in the admin panel:
simple-event-planner/includes/class-simple-event-planner-post-type-event-listing.php
at line 265
Best Regards
-
This reply was modified 6 years, 9 months ago by
PressTigers.
i don’t fully understand what i have to do on this line
Add start date sorting code on this column. If you don’t have a programming background please take help from a WP programmer.