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/grid.php

<article <?php post_class(); ?>>
	<div class="jw-post-item">
		<div class="jw-header">
			<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>
			<a href="<?php the_permalink(); ?>"><?php if (has_post_thumbnail()) the_post_thumbnail('jwstheme_custom_blog_grid'); ?></a>
		</div>
		<div class="jw-content">
			<?php if($show_meta) { ?>
				<ul class="jw-meta">
					<li class="jw-author"><?php echo '<span>'. getPostViews(get_the_ID()).'</span>'; ?></li>
                    <?php $num_comments = get_comments_number();  ?>
					<li class="jw-location"><?php echo '<span>'.$num_comments.__(' Comments ', 'pain').'</span>'; ?></li>
				</ul>
			<?php } ?>
			<?php if($show_title) { ?>
				<h3 class="jw-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
			<?php } ?>
			<?php if($show_excerpt) { ?>
				<div class="jw-excerpt"><?php echo jwstheme_custom_excerpt($excerpt_lenght, $excerpt_more); ?></div>
			<?php } ?>
		</div>
	</div>
</article>