mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
10 lines
234 B
PHP
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>
|