Hi,
We have a custom post type and fields using Toolset. All is displaying fine. However, we seem to be having issues in the query string to sort by a custom field (start date).
We have tried
post_type=event-detail&orderby=wpcf-start-date&order=DESC&posts_per_page=3
and
post_type=event-detail&orderby=start-date&order=DESC&posts_per_page=3
The posts are showing correctly but the order by is not.
Any thoughts?
Thank you!