SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID
					 FROM wp_posts  INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )  INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id )
					 WHERE 1=1  AND ( 
  wp_postmeta.meta_key = 'property-rentprice' 
  AND 
  ( 
    ( mt1.meta_key = 'property-salestype' AND mt1.meta_value LIKE '{6633c6323b9945f245f64fe291dba8c8302b8aa90867e96a5b88c9a7736cebe0}{6633c6323b9945f245f64fe291dba8c8302b8aa90867e96a5b88c9a7736cebe0}' )
  )
) AND ((wp_posts.post_type = 'property' AND (wp_posts.post_status = 'publish')))
					 GROUP BY wp_posts.ID
					 ORDER BY wp_posts.post_date ASC
					 LIMIT 170, 10

Properties Not Found

Back to search