示例#1
0
</h1-->

		<p class="lead"><?php 
echo $subtitle;
?>
</p>
	</div>
</header>

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

		<!-- Content
		================================================== -->
		<div id="content" class="<?php 
echo AdapThemeOptions::get_blog_content_classes();
?>
" role="main">
			<?php 
if (have_posts()) {
    while (have_posts()) {
        the_post();
        ?>
				<section class="post-preview <?php 
        echo 'adap-post-format-' . get_post_format();
        ?>
">
					<?php 
        get_template_part('content', get_post_format());
        ?>
				</section>