Dashboard
PHP:
8.1.33
OS:
Linux
User:
lawtemple
/
/
home
/
www
/
lawtemplefirm.com
/
wp-content
/
themes
/
law-temple-theme
📤 Upload
📝 New File
📁 New Folder
Close
Editing: single-career.php
<?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('Career Opportunity','law-temple-theme'); ?></div><h1><?php the_title(); ?></h1><p class="lt-lead"><?php echo esc_html(get_post_meta($id,'lt_location',true).' · '.get_post_meta($id,'lt_employment_type',true)); ?></p></div></section><section class="lt-section"><div class="lt-container lt-two-col"><article class="lt-prose"><?php the_content(); ?><?php if(get_post_meta($id,'lt_requirements',true)): ?><h2><?php esc_html_e('Requirements','law-temple-theme'); ?></h2><p><?php echo nl2br(esc_html(get_post_meta($id,'lt_requirements',true))); ?></p><?php endif; ?></article><aside><p><strong><?php esc_html_e('Closing date','law-temple-theme'); ?></strong><br><?php echo esc_html(get_post_meta($id,'lt_closing_date',true)); ?></p><?php $url=get_post_meta($id,'lt_application_url',true);$email=get_post_meta($id,'lt_application_email',true);if($url): ?><a class="lt-button lt-button--primary" href="<?php echo esc_url($url); ?>"><?php esc_html_e('Apply','law-temple-theme'); ?></a><?php elseif($email): ?><a class="lt-button lt-button--primary" href="mailto:<?php echo esc_attr(antispambot($email)); ?>"><?php esc_html_e('Apply by email','law-temple-theme'); ?></a><?php endif; ?></aside></div></section></main><?php endwhile;get_footer(); ?>
Save
Cancel