[email protected] +44 (7466)-136033
/** * Custom Kadence Query Loop Filter for Jobs * Targets Block ID: 34106 * Filters for Post Type: jobs * Filters for ACF Field: company (Company Name) */ add_filter( 'kadence_blocks_pro_query_loop_query_vars', function( $query, $ql_query_meta, $ql_id ) { // Only apply to the specific Query Loop block ID provided if ( $ql_id == 34106 ) { // Update to the 'jobs' post type $query['post_type'] = 'job'; // Add Meta Query to filter by Company Name (ACF field 'company') $query['meta_query'] = array( 'relation' => 'AND', array( 'key' => 'company', // As seen in your screenshot (ACF Name: company) 'value' => 'visaboards', // The value you want to match 'compare' => '=', // Using exact match for a specific company name ) ); } return $query; }, 10, 3 );
[email protected] +44 (7466)-136033
Looking for the latest jobs in United Arab Emirates? From Dubai and Abu Dhabi to Sharjah and Ajman, the UAE is one of the Middle East’s most dynamic job markets with opportunities across finance, technology, healthcare, construction, and design. Whether you are exploring accountant jobs in UAE, IT and business analyst jobs in UAE, creative fields like graphic designer jobs in UAE, or specialized openings tailored to international talent such as jobs in UAE for Pakistani professionals, the Emirates offers tax-free salaries, world-class infrastructure, and a thriving multicultural environment. With clear visa pathways, fast-growing industries, and global companies setting up regional headquarters, the UAE continues to attract skilled professionals seeking rewarding careers.