liquet/liquet/content.php
2019-05-03 08:45:48 +02:00

10 lines
234 B
PHP

<div class="blog-post">
<h2 class="blog-post-title"><?php the_title(); ?></h2>
<p class="blog-post-meta"><?php the_date(); ?> by <a href="#"><?php the_author(); ?></a></p>
<?php
// the_content();
the_excerpt();
?>
</div>