0
votes
1answer
58 views
+50

WordPress - order by meta value if it exists, else date

I'm trying to allow my users to sort search results by different custom fields I have. I'm using the pre_get_posts filter and everything works fine except for one thing. The problem I'm having is ...