File "content-search.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/themes/vantageone/template-parts/content-search.php
File size: 1.2 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Template part for displaying results in search pages
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package vantageone
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

<div class="round20 col-12 col-sm-12 col-md-3 col-lg-3 float-left" data-aos="fade-down">

	<header class="entry-header">
		<?php the_title( sprintf( '<h6 class="entry-title text-center"><a style="color:#000;" href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h6>' ); ?>


		<?php #echo do_shortcode("[woof_products per_page=1 is_ajax=0]"); ?>

		<?php if ( 'post' === get_post_type() ) : ?>
		<div class="entry-meta">
			<?php
			vantageone_posted_on();
			vantageone_posted_by();
			?>
		</div><!-- .entry-meta -->
		<?php endif; ?>
	</header><!-- .entry-header -->

<a href="<?php echo get_permalink( $post->ID ); ?>" rel="bookmark">
	<?php the_post_thumbnail( 'medium' ); ?>
</a>

	<?php #vantageone_post_thumbnail(); ?>

	<div class="entry-summary">
		<?php the_excerpt(); ?>
	</div><!-- .entry-summary -->




	<footer class="entry-footer">
		<?php vantageone_entry_footer(); ?>
	</footer><!-- .entry-footer -->
	</div>
</article><!-- #post-<?php the_ID(); ?> -->