File "content.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/themes/kapee222/template-parts/single-portfolio/content.php
File size: 375 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Template part for displaying title of portfolio description
 *
 * @author 	PressLayouts
 * @package kapee/template-parts/single-portfolio
 * @since 1.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! kapee_get_option('single-portfolio-description', 1) ) return;
?>

<div class="project-description"><?php the_content();?></div>