<?foreach( $posts as $post ) : ?>
<div class="news-prev seperator">
<h1>
<a href="http://site.ru/news/<?= $post->post_name ?>" target="_blank">
<?= $post->post_title ?>
</a>
</h1>
<p><?= $post->post_content ?></p>
<p class="news-h-date"><?= $post->post_date ?></p>
</div>
<?endforeach?>