mirror of
https://github.com/cupcakearmy/liquet.git
synced 2025-09-08 00:20:41 +00:00
first commit
This commit is contained in:
10
liquet/content.php
Normal file
10
liquet/content.php
Normal 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>
|
Reference in New Issue
Block a user