Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
lynchestinegroup.com
/
wp-content
/
themes
/
koncrete
/
template-parts
/
Editing: content-search.php
<?php /** * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\koncrete; ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'post-each post-each-search' ); ?>> <h2 class="post-title"><a href="<?php the_permalink();?>" class="entry-title" rel="bookmark"><?php the_title();?></a></h2> <div class="post-content entry-summary"><?php the_excerpt();?></div> <a href="<?php the_permalink();?>" class="read-more-btn"><?php esc_html_e( 'Continue Reading', 'koncrete' );?><i class="fa fa-arrow-right" aria-hidden="true"></i></a> </article>
Save
Cancel