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

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

		<!-- Content
		================================================== -->
		<div class="<?php 
echo AdapThemeOptions::get_page_content_classes();
?>
" role="main">

			<?php 
if (have_posts()) {
    while (have_posts()) {
        the_post();
        ?>

				<?php 
        get_template_part('content', 'page');
        ?>

			<?php 
    }