HEX
Server: LiteSpeed
System: Linux premium260.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: aliazzsr (627)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/aliazzsr/trn2.mesegroup.de/wp-content/themes/best-shop/template-parts/content-search.php
<?php
/**
 * Template part for displaying results in search pages
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Best_Shop
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> itemscope itemtype="https://schema.org/Blog">
	<div class="image">
		<?php best_shop_post_thumbnail(); ?>
	</div>
	<div class="content-wrap">
		<header class="entry-header">
			<div class="entry-meta">
				<?php best_shop_category(); ?>
			</div>

			<h3 class="entry-title">
				<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
			</h3>
		</header>
		<div class="entry-details">
			<div class="entry-content">
				<p><?php the_excerpt(); ?></p>
			</div>
			<?php best_shop_author_meta(); ?>
		</div>
	</div>
</article><!-- #post-<?php the_ID(); ?> -->