first commit

This commit is contained in:
cupcakearmy
2019-05-03 08:45:48 +02:00
parent f6ff67fa25
commit 72d99748fb
34 changed files with 588 additions and 0 deletions

10
liquet/content.php Normal file
View File

@@ -0,0 +1,10 @@
<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>