• File: content-search.php
  • Full Path: /home/satp2352/public_html/multitasjayautama.com/wp-content-20260717152158/themes/multitas/template-parts/content-search.php
  • Date Modified: 07/05/2026 7:34 AM
  • File size: 999 bytes
  • 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 multitas
 */

?>

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

	<div class="post-card-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
				multitas_posted_on();
				multitas_posted_by();
				?>
			</div><!-- .entry-meta -->
			<?php endif; ?>
		</header><!-- .entry-header -->

		<div class="entry-content">
			<?php the_excerpt(); ?>
			<a href="<?php the_permalink(); ?>" class="read-more"><?php esc_html_e( 'Read More', 'multitas' ); ?> <span class="arrow">→</span></a>
		</div><!-- .entry-content -->
	</div>
</article><!-- #post-<?php the_ID(); ?> -->