| Current Path : /home/xbodynamge/lebauwcentre/wp-content/themes/onepress/template-parts/ |
| Current File : /home/xbodynamge/lebauwcentre/wp-content/themes/onepress/template-parts/content-search.php |
<?php /** * Template part for displaying results in search pages. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package OnePress */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php the_title( sprintf( '<h3 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h3>' ); ?> </header><!-- .entry-header --> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> </article><!-- #post-## -->