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

<div class="col-md-7 jw-header">
	<div class="jw-header-inner">
		<?php echo wp_kses_post($content); ?>
	</div>
</div>
<div class="col-md-5 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-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 class="jw-excerpt"><?php echo jwstheme_custom_excerpt(34, '.'); ?></div>
			<a class="jw-btn-bd-main jw-view-all" href="<?php echo esc_url($view_all_link); ?>"><?php echo esc_html($view_all_text); ?></a>
		</div>
	</article>
</div>