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.php
<?php
/**
 * Template part for displaying posts
 *
 * @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>

	<?php 
		if( ! is_front_page() ) echo '<div class="archive-content-wrapper">'; 
		/* 
		@hooked best_shop_entry_header 
		*/
		do_action( 'best_shop_post_entry_header' ); 
		/**
		 * @hooked best_shop_entry_content - 15
		 * @hooked best_shop_entry_footer - 20
		 */
		do_action( 'best_shop_post_entry_content' ); 
		
		if ( ! is_front_page() ) echo '</div>'; 
	?>

</article><!-- #post-<?php the_ID(); ?> -->