AlkantarClanX12

Your IP : 18.188.107.57


Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/minimalpress/template-parts/
Upload File :
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/minimalpress/template-parts/content.php

<?php
/**
 * Template part for displaying posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package minimalpress
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<div class="blog-post-item">

		<?php if ( is_singular() ) :

			minimalpress_entry_footer(); ?>

		<header class="entry-header">
			<?php
				the_title( '<h1 class="entry-title">', '</h1>' );
			?>
		</header><!-- .entry-header -->
			
		<?php if ( has_post_thumbnail() ) : ?>
			<div class="featured-image">
				<?php minimalpress_post_thumbnail(); ?>
			</div><!-- .featured-image -->
        <?php endif; ?>
        
        <div class="entry-container">
			<?php $excerpt = get_the_excerpt();
			if ( !empty($excerpt) ) { ?>
				<div class="entry-content">
					<?php the_excerpt(); ?>
				</div><!-- .entry-content -->
			<?php } ?>
		</div><!-- .entry-container -->

		<?php else : ?>
		<div class="bs-blog-list-item">
			<div class="bs-blog-thumb">
				<?php if ( has_post_thumbnail() ) : ?>
					<?php minimalpress_post_thumbnail(); ?>
	        	<?php endif; ?>
			</div>
			<div class="bs-text-xs">
				<?php 
					minimalpress_entry_footer();
					the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' );
				 ?>
				<div class="entry-container">
				<?php $excerpt = get_the_excerpt();
				if ( !empty($excerpt) ) { ?>
					<div class="entry-content">
						<?php the_excerpt(); ?>
					</div><!-- .entry-content -->
				<?php } ?>
				</div><!-- .entry-container -->
			</div>
		</div>
		<?php endif; ?>


	</div><!-- .blog-post-item -->
</article><!-- #post-<?php the_ID(); ?> -->