Your IP : 216.73.216.95


Current Path : /var/test/www/ooareogundevinitiative/wp-content/themes/pain/framework/shortcodes/blog/
Upload File :
Current File : /var/test/www/ooareogundevinitiative/wp-content/themes/pain/framework/shortcodes/blog/list.php

<article <?php post_class(); ?>>
	<div class="jw-post-item row">
		<div class="jw-content col-md-4">
			<div class="jw-publish">
				<span class="jw-day"><?php echo get_the_date('d'); ?></span>
				<span class="jw-month"><?php echo get_the_date('M'); ?></span>
			</div>
			<?php if($show_title) { ?>
				<h3 class="jw-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
			<?php } ?>
			<?php if($show_meta) { ?>
				<ul class="jw-meta">
					<li class="jw-author"><?php echo '<i class="fa fa-user"></i>'.__('By ', 'pain').'<span>'.get_the_author().'</span>'; ?></li>
					<li class="jw-location"><?php echo '<i class="fa fa-map-marker"></i>'.__('Cause in ', 'pain').'<span>'.get_post_meta(get_the_ID(),'jw_post_donation_location',true).'</span>'; ?></li>
				</ul>
			<?php } ?>
			<?php if($show_excerpt) { ?>
				<div class="jw-excerpt"><?php echo jwstheme_custom_excerpt($excerpt_lenght, $excerpt_more); ?></div>
			<?php } ?>
			<a class="jw-btn-main" href="<?php the_permalink(); ?>">View detail</a>
		</div>
		<div class="jw-thumb col-md-8">
			<a href="<?php the_permalink(); ?>"><?php if (has_post_thumbnail()) the_post_thumbnail('jwstheme_custom_blog_archive_size'); ?></a>
		</div>
	</div>
</article>