noisy/template-parts/content-post.php

8 lines
255 B
PHP

<article id="post-<?php the_ID(); ?>" <?php post_class("preview"); ?>>
<header class="episode-header">
<h1><?php the_title(); ?></h1>
<span class="meta"><?php noisy_posted_on(); ?></span>
</header>
<?php the_content(); ?>
</div>
</article>