File: //proc/thread-self/cwd/wp-content/themes/theme1429/single-team.php
<?php get_header(); ?>
<div class="<?php if (of_get_option('blog_sidebar_pos') == "right" ) {echo "line-ver-1";} else {echo "line-ver-2";} ?>">
<div id="content" class="grid_14 <?php if (of_get_option('blog_sidebar_pos') == "right" ) {echo "alpha";} else {echo "omega";} ?> <?php echo of_get_option('blog_sidebar_pos') ?>">
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class('post'); ?>>
<article class="single-post">
<h2><span><?php the_title(); ?></span></h2>
<?php if(has_post_thumbnail()) {
echo '<div class="featured-thumbnail no-hover"><div class="img-wrap">'; the_post_thumbnail(''); echo '</div></div>';
}
?>
<div class="post-content extra-wrap">
<?php the_content(); ?>
</div><!--.post-content-->
</article>
</div><!-- #post-## -->
<?php endwhile; /* end loop */ ?>
</div><!--#content-->
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>