Initial commit

This commit is contained in:
Tania 2015-10-17 22:50:47 -05:00
commit cec737f411
9 changed files with 307 additions and 0 deletions

7
content.php Normal file
View 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 -->