Beispiel #1
0
					<div class="story__title-wrapper">

						<h1 class="entry-title story__title" itemprop="headline"><?php 
the_title();
?>
</h1>

					</div>

					<?php 
include_once get_stylesheet_directory() . '/parts/content-story-meta.php';
?>

					<?php 
if ($exchange->has_editorial_intro) {
    $exchange->publish_intro();
}
?>

				</div>


			</header> <!-- end .story__header -->

			<div class="entry-content story__content" itemprop="articleBody">

				<?php 
// Loop through sections.
$exchange->publish_sections();
?>