简体   繁体   中英

WordPress - Order posts by custom fields (PHP)

I would like to order my posts primarily by 'start_date', and secondly by 'start_time' (for posts that have the same 'start_date'). I only know how to order one or the other. Please help!

图片参考

try adding it after a comma,

=> 'start_date, start_time',

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM