File: /home/dwauav0tm6jp/hosted/natoinalparksquest_com/wp-content/themes/skylab/single-portfolio.php
<?php
/**
* The Template for displaying single portfolio.
*
* @package WordPress
* @subpackage Skylab
* @since Skylab 1.0
*/
get_header(); ?>
<div id="main-wrapper" class="clearfix">
<div class="vc_column-inner">
<div id="main" class="clearfix">
<div id="primary">
<div id="content" class="clearfix" role="main">
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
<div class="entry-content">
<?php the_content(); ?>
</div>
</div><!-- id="post-<?php the_ID(); ?>" -->
<?php endwhile; // end of the loop. ?>
<?php endif; ?>
</div><!-- #content -->
</div><!-- #primary -->
<?php
$header_position = ot_get_option( 'header_position' );
if ( empty( $header_position ) ) {
$header_position = 'top';
}
if ( $header_position == 'left' || $header_position == 'right' ) {
?>
<?php get_footer(); ?>
<?php } ?>
</div><!-- #main -->
</div><!-- .vc_column-inner -->
</div><!-- #main-wrapper -->
<?php if ( $header_position == 'top' || $header_position == 'bottom' ) { ?>
<?php get_footer(); ?>
<?php } ?>