Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * Template part for displaying results in search pages
- *
- * @link https://codex.wordpress.org/Template_Hierarchy
- *
- * @package Catch_Revolution
- */
- ?>
- <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
- <div class="post-wrapper hentry-inner">
- <?php catch_revolution_archive_image(); ?>
- <div class="entry-container">
- <header class="entry-header">
- <?php if ( 'post' === get_post_type() ) : ?>
- <div class="entry-meta">
- <?php catch_revolution_posted_on(); ?>
- </div><!-- .entry-meta -->
- <?php endif; ?>
- <?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 -->
- </div><!-- .entry-container -->
- </div><!-- .hentry-inner -->
- </article><!-- #post-<?php the_ID(); ?> -->
Add Comment
Please, Sign In to add comment