Replace in wordpress query
-
I want to replace in wordpress query… i want to remove “ORDER BY * 1 ASC” from my current query
screenshot
prnt.sc/j9pkmwSELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('beds') AND t.slug IN ('4') ORDER BY * 1 ASC /* From [zzzzzz.wpengine.com/?ct_state=0&ct_price_from&ct_price_to&ct_beds=4&ct_property_type=0&ct_ct_status=0&ct_mls&search-listings=true] in [/nas/content/live/zzzz/wp-content/themes/mycustomtheme/search-listings.php:236] */ ///236 $wp_query = new WP_Query( $search_values );
i want add code in functions.php
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Replace in wordpress query’ is closed to new replies.