Fatima Ali
Company Agent at Abu Dhabi Real Estate
- Office
- 789 456 3210
- Mobile
- 321 456 9874
- michelle@houzez.com
/* ========================================================= FORCE PROPERTY ARCHIVE ON COMMERCIAL PAGE ========================================================= */ add_action('template_redirect', function () { if (!is_singular('commercial_page')) return; global $wp_query, $post; $area = get_post_meta($post->ID,'_bu_area',true); $bhk = intval(get_post_meta($post->ID,'_bu_bhk',true)); $label = get_post_meta($post->ID,'_bu_label',true); $status = get_post_meta($post->ID,'_bu_status',true); if (!$area || !$status) return; $status_slug = ($status === 'rent') ? 'for-rent' : 'for-sale'; $tax_query = [ 'relation'=>'AND', [ 'taxonomy'=>'property_status', 'field'=>'slug', 'terms'=>$status_slug ], [ 'taxonomy'=>'property_area', 'field'=>'slug', 'terms'=>$area ] ]; if ($label && term_exists($label,'property_label')) { $tax_query[] = [ 'taxonomy'=>'property_label', 'field'=>'slug', 'terms'=>$label ]; } $args = [ 'post_type'=>'property', 'posts_per_page'=>12, 'tax_query'=>$tax_query ]; if ($bhk > 0) { $args['meta_query'] = [ [ 'key'=>'fave_property_bedrooms', 'value'=>$bhk, 'compare'=>'=', 'type'=>'NUMERIC' ] ]; } $property_query = new WP_Query($args); // Replace global query $wp_query = $property_query; // Tell WordPress it's archive $wp_query->is_singular = false; $wp_query->is_archive = true; $wp_query->is_post_type_archive = true; });

Company Agent at Abu Dhabi Real Estate
Company Agent at Ajman Real Estate
Compare listings
Compare