Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function modify_archive_query( $query ) {
  2. if ( is_tax('ll_prop_type') && $query->is_main_query() ) {
  3. $query->set( 'orderby', 'meta_value_num' );
  4. $query->set( 'meta_key', '_spprice' );
  5. //$query->set('p', '361');
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement