Beispiel #1
0
	<div class="main-inner">

		<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('');
?>
 role="article" itemscope itemtype="http://schema.org/Article">

			<header class="article-header story__header">

				<?php 
if ($exchange->has_header_image) {
    $exchange->publish_header_image();
}
?>

				<div class="story__header__introduction">

					<div class="story__title-wrapper">

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

					</div>

					<?php