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: search.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 esc_html_e('Search','law-temple-theme'); ?></div><h1><?php printf(esc_html__('Search results for ā%sā','law-temple-theme'),esc_html(get_search_query())); ?></h1><?php get_search_form(); ?></div></section><section class="lt-section"><div class="lt-container"><div class="lt-grid"><?php if(have_posts()):while(have_posts()):the_post(); ?><article class="lt-card"><div class="lt-card-meta"><?php echo esc_html(get_post_type_object(get_post_type())->labels->singular_name??get_post_type()); ?></div><h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2><?php the_excerpt(); ?></article><?php endwhile;else: ?><p class="lt-empty"><?php esc_html_e('No matching content was found.','law-temple-theme'); ?></p><?php endif; ?></div><?php the_posts_pagination(); ?></div></section></main><?php get_footer(); ?>
Save
Cancel