- This topic has 3 replies, 2 voices, and was last updated 6 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Default Sort Order – ACF DateTime
Tagged: acf
Hi, what would be the best way to go about making the default order to be sorted by ACF DateTimes, so events are shown in date order and future dates that are closest to the present show up first? I’m aware this feature is not yet available in the plugin, but there must be a way to code this up somewhere?
I need to make it happen somehow. If you could point me in the direction of which files to look at where the default order/meta key query is run, or is there a completely different/better way to go about this? Thanks
If the ACF field saves data in the database formatted in the correct sequence, like this:
Y-m-d H:i:s (which looks like YYYY-MM-DD HH:II:SS)
So that the largest measure (years) is first, and the smallest (seconds) is last, then it cn be sorted.
In the form, I think it would look like this (note that the key name does NOT start with an underscore _: