<?php get_header(); ?>
<main id="main-content">
<section class="lt-page-hero"><div class="lt-container"><div class="lt-kicker">404</div><h1><?php echo esc_html(lt_theme_option('404_heading')); ?></h1><p class="lt-lead"><?php echo esc_html(lt_theme_option('404_message')); ?></p><?php if(lt_theme_option('404_show_search'))get_search_form(); ?><?php if(lt_theme_option('404_cta_label')&&lt_theme_option('404_cta_url')): ?><p><a class="lt-button lt-button--primary" href="<?php echo esc_url(lt_theme_option('404_cta_url')); ?>"><?php echo esc_html(lt_theme_option('404_cta_label')); ?></a></p><?php endif; ?></div></section>
<?php if(lt_theme_option('404_show_practices')&&post_type_exists('practice')): ?><section class="lt-section"><div class="lt-container"><h2><?php echo esc_html(function_exists('lt_core_label')?lt_core_label('practice',__('Explore our expertise','law-temple-theme')):__('Explore our expertise','law-temple-theme')); ?></h2><div class="lt-practice-list"><?php foreach(get_posts(array('post_type'=>'practice','post_status'=>'publish','posts_per_page'=>6,'orderby'=>'menu_order title','order'=>'ASC')) as $i=>$p): ?><a class="lt-practice-row" href="<?php echo esc_url(get_permalink($p)); ?>"><span class="num"><?php echo esc_html(str_pad((string)($i+1),2,'0',STR_PAD_LEFT)); ?></span><h3><?php echo esc_html($p->post_title); ?></h3><span aria-hidden="true">→</span></a><?php endforeach; ?></div></div></section><?php endif; ?>
</main><?php get_footer(); ?>
