Careers
Escea Fireplace Company are leaders in fireplace design and manufacturing. We operate globally and offer career opportunities across a wide range of positions.
You can view current openings below or contact us to learn more about Escea Fireplace Company and possible future opportunities.
Open Job Positions
set( 'orderby', 'meta_value' );
$query->set( 'meta_key', 'closing_date' );
$query->set( 'meta_query', array(
array(
'key' => 'closing_date',
'value' => date( 'Y-m-d' ),
'compare' => '>=',
'type' => 'DATETIME',
),
) );
}
add_action( 'elementor/query/dd_event_date', 'dd_query_by_event_date' );