File: /var/www/stg-everycred.com/wp-content/themes/everycred/templates/content-search.php
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php the_title(sprintf('<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h2>'); ?>
</header><!-- .entry-header -->
<div class="entry-summary">
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
<footer class="entry-footer">
<?php edit_post_link(esc_html__('Edit', 'your-theme-text-domain'), '<span class="edit-link">', '</span>'); ?>
</footer><!-- .entry-footer -->
</article><!-- #post-<?php the_ID(); ?> -->