Filter result of Custom Post Type using meta_query with ACF

For meta_query with ACF and ordering price by ASC or DESC try following code. $args = array( ‘post_type’ => ‘property’, ‘posts_per_page’ => -1, ‘meta_key’ => ‘price’, ‘orderby’ => ‘meta_value_num’, ‘order’ => $_GET[‘orderby’], ‘meta_query’ => array( ‘relation’ => ‘AND’, array( ‘key’ => ‘contract’, ‘value’ => $_GET[‘contract’], ), array( ‘key’ => ‘rooms’, ‘value’ => $_GET[‘rooms’], ), … … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)