Skip to content

Instantly share code, notes, and snippets.

@mingodev
Created April 16, 2020 17:39
Show Gist options
  • Save mingodev/377b9c5932f801687a01a92b2e91acbb to your computer and use it in GitHub Desktop.
Save mingodev/377b9c5932f801687a01a92b2e91acbb to your computer and use it in GitHub Desktop.
Hijack WP Query orderby
add_filter('posts_orderby', function($order){
return "DATE(mt1.meta_value) DESC";
});
@mingodev
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment