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: archive.php
<?php get_header(); ?><main id="main-content"><section class="lt-page-hero"><div class="lt-container"><?php lt_theme_breadcrumbs(); ?><div class="lt-kicker"><?php echo esc_html(lt_theme_firm_name()); ?></div><h1><?php the_archive_title(); ?></h1><?php the_archive_description('<div class="lt-lead">','</div>'); ?></div></section><section class="lt-section"><div class="lt-container"><div class="lt-grid"><?php while(have_posts()):the_post(); ?><article class="lt-card"><?php if(has_post_thumbnail()): ?><a class="lt-card-media" href="<?php the_permalink(); ?>"><?php the_post_thumbnail('lt-card'); ?></a><?php endif; ?><div class="lt-card-meta"><?php echo esc_html(get_post_type_object(get_post_type())->labels->singular_name??''); ?></div><h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3><?php the_excerpt(); ?></article><?php endwhile; ?></div><?php the_posts_pagination(); ?></div></section></main><?php get_footer(); ?>
Save
Cancel