示例#1
0
<?php

get_header();
?>

<!-- Subhead
================================================== -->
<header class="jumbotron subhead" id="overview">
	<div class="container">
		<?php 
get_template_part('breadcrumb');
?>

		<h1><?php 
echo AdapThemeOptions::get_portfolio_item_heading();
?>
</h1>

		<p class="lead"><?php 
if (function_exists('the_subtitle')) {
    the_subtitle();
}
?>
</p>
	</div>
</header>

<div class="container">
	<div class="row">

		<!-- Content