<?php /** * Template part for displaying results in search pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Gutener */ ?> <div class="col-md-6 col-lg-4 grid-post"> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( has_post_thumbnail() ) : ?> <figure class="featured-image"> <a href="<?php the_permalink(); ?>"> <?php gutener_image_size( 'gutener-420-300' ) ?> </a> </figure><!-- .recent-image --> <?php endif; ?> <div class="entry-content"> <header class="entry-header"> <?php gutener_entry_header(); the_title( sprintf( '<h3 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h3>' ); ?> </header><!-- .entry-header --> <?php if ( 'post' === get_post_type() ) : ?> <div class="entry-meta"> <?php gutener_entry_footer(); ?> </div><!-- .entry-meta --> <?php endif; ?> <div class="entry-summary"> <?php gutener_excerpt( 15, true ); ?> </div><!-- .entry-summary --> </div> </article><!-- #post-<?php the_ID(); ?> --> </div>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
feature-posts | Folder | 0755 |
|
|
footer | Folder | 0755 |
|
|
header | Folder | 0755 |
|
|
highlight-posts | Folder | 0755 |
|
|
slider | Folder | 0755 |
|
|
content-author.php | File | 912 B | 0644 |
|
content-none.php | File | 1.27 KB | 0644 |
|
content-page.php | File | 1.04 KB | 0644 |
|
content-related-posts.php | File | 1.43 KB | 0644 |
|
content-search.php | File | 1.2 KB | 0644 |
|
content-single.php | File | 772 B | 0644 |
|
content.php | File | 6.23 KB | 0644 |
|
header-contact.php | File | 1.01 KB | 0644 |
|
offcanvas-menu.php | File | 1.92 KB | 0644 |
|
site-branding.php | File | 1.71 KB | 0644 |
|
site-info.php | File | 515 B | 0644 |
|