%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/t/r/a/tradesc/www/relax/wp-content/themes/flatsome/template-parts/posts/loop/
Upload File :
Create Path :
Current File : /home/t/r/a/tradesc/www/relax/wp-content/themes/flatsome/template-parts/posts/loop/post-simple.php

<?php
/**
 * Post loop post simple.
 *
 * @package          Flatsome\Templates
 * @flatsome-version 3.18.0
 */

?>
<div class="box">
	<a href="<?php the_permalink() ?>" class="plain">
		<div class="box-image rectangle">
			<div class="entry-image-attachment" style="max-height:<?php echo $image_height; ?>;overflow:hidden;">
				<?php the_post_thumbnail( 'medium' ); ?>
			</div>
		</div>
		<div class="box-text spacing-medium text-center">
			<h5 class="post-title uppercase"><?php the_title(); ?></h5>
			<div class="is-divider small"></div>
			<?php if ( $excerpt != 'false' ) { ?>
				<p class="from_the_blog_excerpt small-font show-next">
					<?php echo flatsome_get_the_excerpt(); ?>
				</p>
			<?php } ?>
			<p class="from_the_blog_comments uppercase xxsmall">
				<?php
				$comments_number = get_comments_number( get_the_ID() );
				printf( _n( '%1$s Comment', '%1$s Comments', $comments_number, 'flatsome' ),
					number_format_i18n( $comments_number )
				);
				?>
			</p>
		</div>
	</a>
	<?php if ( $show_date != 'false' ) { ?>
		<?php get_template_part( 'template-parts/posts/partials/entry', 'date-box' ); ?>
	<?php } ?>
</div>

Zerion Mini Shell 1.0