Your IP : 216.73.216.95


Current Path : /var/www/ooareogundevinitiative/wp-content/themes/pain/framework/shortcodes/story_recent/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/themes/pain/framework/shortcodes/story_recent/tpl1.php

<div class="col-md-6 jw-header">
	<div class="jw-header-inner">
		<?php echo wp_kses_post($content); ?>
	</div>
</div>
<div class="col-md-6 jw-content">
	<article <?php post_class(); ?>>
		<div class="jw-story-item">
			<span class="jw-locaiton">
				<?php _e('IN ', 'pain'); echo get_post_meta(get_the_ID(),'tb_story_donate_location',true); ?>
			</span>
			<h3 class="jw-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
			<div class="jw-date"><?php echo '<i class="fa fa-calendar"></i>'.get_the_date('M d, Y g:i a', get_the_ID()); ?></div>
			<div class="jw-excerpt"><?php the_excerpt(); ?></div>
			<div class="jw-donation-so-far"><?php _e('Donation So Far: ', 'pain'); ?><span><?php echo '$'.get_post_meta(get_the_ID(),'tb_story_donate_so_far',true); ?></span></div>
			
		</div>
	</article>
</div>