Initial commit
This commit is contained in:
commit
cec737f411
9 changed files with 307 additions and 0 deletions
7
content.php
Normal file
7
content.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<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(); ?>
|
||||
|
||||
</div><!-- /.blog-post -->
|
Loading…
Add table
Add a link
Reference in a new issue