A leader in the fields of Manufacturing, Technology and Services, The Al Khoori Group is one of the United Arab Emirates most pioneering business groups with more than 40 years of solid experience.
The umbrella organisation for a broad selection of global businesses across multiple industries and boasting a portfolio that includes several internationally acclaimed brands, the companies operating under the Al Khoori Group banner are the leaders in steel manufacturing, rock cement production, technical film manufacturing, signage & graphics fabrication and beyond.
First, Our Mission – in One Concise Sentence
Creating reliable and innovative ventures to serve the infrastructure industries of the United Arab Emirates.
Our Mission and Values
- – To protect and to grow shareholder value.
- – To become the market benchmark for product and services quality standards in the United Arab Emirates.
- – To enhance the innovation, productivity and quality culture within the group.
‘partners’,
‘posts_per_page’ => -1
);
$partners_query = new WP_Query( $partners_query_args );
if ( $partners_query->have_posts() ) :
while ( $partners_query->have_posts() ) :
$partners_query->the_post();
$post_meta_data = get_post_meta( $post->ID, ‘your_prefix_partner_url’, true );
$partner_url = ”;
if( !empty($post_meta_data) ) {
$partner_url = $post_meta_data;
}
?>
‘posts_per_page’ => -1
);
$partners_query = new WP_Query( $partners_query_args );
if ( $partners_query->have_posts() ) :
while ( $partners_query->have_posts() ) :
$partners_query->the_post();
$post_meta_data = get_post_meta( $post->ID, ‘your_prefix_partner_url’, true );
$partner_url = ”;
if( !empty($post_meta_data) ) {
$partner_url = $post_meta_data;
}
?>