I've been looking at https://unlimited-elements.helpscoutdocs.com/article/69-post-list-query-usage about post list query. Is it possible to add a new way of ordering posts? I use Events Manager and would like to order the event custom post by the events start date. I think they use event_start_date. Can this be used with your plugin?
I used JSM's Show Post Meta to identify the post meta, in this case _event_start, and set order by to custom field value and it worked. Thanks for your help
I've been looking at https://unlimited-elements.helpscoutdocs.com/article/69-post-list-query-usage about post list query. Is it possible to add a new way of ordering posts? I use Events Manager and would like to order the event custom post by the events start date. I think they use event_start_date. Can this be used with your plugin?
order by meta field ?
I could try that. I don't know exactly where even_start_date is stored in the database, I guess it's a meta field
Do you a page explaining how to us post meta in a query?
I used JSM's Show Post Meta to identify the post meta, in this case _event_start, and set order by to custom field value and it worked. Thanks for your help