Your IP : 216.73.216.95


Current Path : /var/www/ooareogundevinitiative/wp-content/themes/pain/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/themes/pain/single-team.php

<?php get_header(); ?>
<?php
$jwstheme_options = $GLOBALS['jwstheme_options'];
$tb_show_page_title = isset($jwstheme_options['tb_post_show_page_title']) ? $jwstheme_options['tb_post_show_page_title'] : 1;
$tb_show_page_breadcrumb = isset($jwstheme_options['tb_post_show_page_breadcrumb']) ? $jwstheme_options['tb_post_show_page_breadcrumb'] : 1;
$tb_post_show_post_nav = (int) isset($jwstheme_options['tb_team_post_show_post_nav']) ?  $jwstheme_options['tb_team_post_show_post_nav']: 1;
jwstheme_title_bar($tb_show_page_title, $tb_show_page_breadcrumb, $tb_post_show_post_nav);

$tb_post_show_post_tags = (int) isset($jwstheme_options['tb_team_post_show_post_tags']) ? $jwstheme_options['tb_team_post_show_post_tags'] : 1;
$tb_post_show_post_author = (int) isset($jwstheme_options['tb_team_post_show_post_author']) ? $jwstheme_options['tb_team_post_show_post_author'] : 1;
$tb_post_show_post_comment = (int) isset($jwstheme_options['tb_team_post_show_post_comment']) ?  $jwstheme_options['tb_team_post_show_post_comment']: 1;
?>
	<div class="main-content ro-blog-sub-article-container-3">
		<div class="container">
			<div class="row">
				<?php
				$tb_blog_layout = isset($jwstheme_options['tb_team_post_layout']) ? $jwstheme_options['tb_team_post_layout'] : '2cr';
				$sb_left = isset($jwstheme_options['tb_team_left_sidebar']) ? $jwstheme_options['tb_team_left_sidebar'] : 'Main Sidebar';
				$cl_sb_left = isset($jwstheme_options['tb_team_post_left_sidebar_col']) ? $jwstheme_options['tb_team_post_left_sidebar_col'] : 'col-xs-12 col-sm-4 col-md-3 col-lg-3';
				$cl_content = isset($jwstheme_options['tb_team_post_content_col']) ? $jwstheme_options['tb_team_post_content_col'] : 'col-xs-12 col-sm-9 col-md-9 col-lg-9';
				$sb_right = isset($jwstheme_options['tb_team_right_sidebar']) ? $jwstheme_options['tb_team_right_sidebar'] : 'Main Sidebar';
				$cl_sb_right = isset($jwstheme_options['tb_team_post_right_siedebar_col']) ? $jwstheme_options['tb_team_post_right_siedebar_col'] : 'col-xs-12 col-sm-4 col-md-3 col-lg-3';
				?>
				<!-- Start Content -->
				<div class="content tb-blog">
					<?php
					while ( have_posts() ) : the_post();
						get_template_part( 'framework/templates/team/entry', get_post_format());
					endwhile;
					?>
				</div>
			</div>
		</div>
	</div>
<?php get_footer(); ?>