Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created August 13, 2018 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/d14c9530020008dfea25bc9299c6af6d to your computer and use it in GitHub Desktop.
Save jchristopher/d14c9530020008dfea25bc9299c6af6d to your computer and use it in GitHub Desktop.
Force SearchWP to use the sort order as defined by $wp_query
<?php
// Force SearchWP to use the sort order as defined by $wp_query
add_filter( 'searchwp_force_wpquery_order', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment