示例#1
0
</h1>

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


<div class="container">
	<div class="row">
		<div class="<?php 
echo AdapThemeOptions::get_post_content_classes();
?>
" role="main">

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

				<section class="<?php 
        echo 'adap-post-format-' . get_post_format();
        ?>
">

					<?php