Your IP : 3.145.2.6


Current Path : /home/church/www/africadayfestival.com/wp-content/themes/allegiant/template-parts/
Upload File :
Current File : /home/church/www/africadayfestival.com/wp-content/themes/allegiant/template-parts/element-team.php

<div class="team-member">
	<?php the_post_thumbnail(
		'portfolio', array(
			'class' => 'team-member-image',
			'title' => '',
		)
	); ?>
	<div class="team-member-body">
		<h3 class="team-member-title"><?php the_title(); ?></h3>
		<div class="team-member-content">
			<?php the_content(); ?>
		</div>
		<?php cpotheme_edit(); ?>
	</div>
</div>