<?php
/**
 * Portfolio post title
 *
 * @package Total WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

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

<header id="portfolio-single-header" class="single-header wpex-clr">
	<h1 id="portfolio-single-title" class="single-post-title entry-title"><?php the_title(); ?></h1>
</header><!-- #portfolio-single-header -->