<?php get_header();while(have_posts()):the_post();$id=get_the_ID(); ?><main id="main-content"><section class="lt-page-hero"><div class="lt-container"><?php lt_theme_breadcrumbs(); ?><div class="lt-kicker"><?php esc_html_e('Office','law-temple-theme'); ?></div><h1><?php the_title(); ?></h1><p class="lt-lead"><?php echo esc_html(trim(get_post_meta($id,'lt_city',true).' · '.get_post_meta($id,'lt_country',true),' ·')); ?></p></div></section><section class="lt-section"><div class="lt-container lt-two-col"><div class="lt-prose"><?php the_content(); ?></div><dl class="lt-details-list"><div class="lt-detail"><dt><?php esc_html_e('Address','law-temple-theme'); ?></dt><dd><?php echo nl2br(esc_html(get_post_meta($id,'lt_address',true))); ?></dd></div><div class="lt-detail"><dt><?php esc_html_e('Contact','law-temple-theme'); ?></dt><dd><?php echo esc_html(get_post_meta($id,'lt_phone',true)); ?><br><?php echo esc_html(get_post_meta($id,'lt_email',true)); ?></dd></div><div class="lt-detail"><dt><?php esc_html_e('Hours','law-temple-theme'); ?></dt><dd><?php echo nl2br(esc_html(get_post_meta($id,'lt_hours',true))); ?></dd></div></dl></div></section></main><?php endwhile;get_footer(); ?>
