Updates for part 2
This commit is contained in:
parent
fb8eaa1fda
commit
8c83a49a7c
15 changed files with 243 additions and 47 deletions
9
content-single.php
Normal file
9
content-single.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<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 if ( has_post_thumbnail() ) {
|
||||
the_post_thumbnail();
|
||||
} ?>
|
||||
<?php the_content(); ?>
|
||||
|
||||
</div><!-- /.blog-post -->
|
Loading…
Add table
Add a link
Reference in a new issue