%PDF- %PDF-
Direktori : /var/www/projetos/romanian.ongrace.com/wp-content/themes/flash/template-parts/ |
Current File : /var/www/projetos/romanian.ongrace.com/wp-content/themes/flash/template-parts/content-search.php |
<?php /** * Template part for displaying results in search pages. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Flash */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php /** * flash_before_post_content hook */ do_action( 'flash_before_post_content' ); ?> <header class="entry-header"> <?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?> <?php if ( 'post' === get_post_type() ) : ?> <div class="entry-meta"> <?php flash_posted_on(); ?> </div><!-- .entry-meta --> <?php endif; ?> </header><!-- .entry-header --> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <footer class="entry-footer"> <?php flash_entry_footer(); ?> </footer><!-- .entry-footer --> <?php /** * flash_after_post_content hook */ do_action( 'flash_after_post_content' ); ?> </article><!-- #post-## -->