Your IP : 216.73.216.164


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/single-portfolio.php

<?php
/**
 * The template for displaying all single portfolio posts.
 *
 * @package Maxcoach
 * @since   1.0
 */
$style = Maxcoach_Helper::get_post_meta( 'portfolio_layout_style', '' );
if ( '' === $style ) {
	$style = Maxcoach::setting( 'single_portfolio_style' );
}

if ( 'blank' === $style ) {
	get_template_part( 'template-parts/portfolio/content-single', 'blank' );
} else {
	get_template_part( 'template-parts/portfolio/content-single' );
}