AlkantarClanX12

Your IP : 18.189.185.63


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

<?php
/**
 * The default template for displaying content
 */
?>
<div id="main-content" class="blog">
	<article class="post wow fadeInUp animated" id="post-<?php the_ID(); ?>" data-wow-delay="0.4s">
				
			<?php 
			if(has_post_thumbnail()){
				if ( is_single() ) {
					the_post_thumbnail( '', array( 'class'=>'img-responsive' ) );
				} else {
					echo '<figure class="post-thumbnail" href="'.esc_url(get_the_permalink()).'">';
					the_post_thumbnail( '', array( 'class'=>'img-responsive' ) );
					echo '</figure>';
				}
			} 
			?>
			
			
			<!--content-page-->
			<div class="post-content">
				<div class="entry-content">
				<?php 
					the_content( __('Read More','formula') ); 
					wp_link_pages( );
				?>
				</div>							
			</div>
	</article>
</div>