Add author to post
This commit is contained in:
parent
a5b9b4d301
commit
4551d7be7b
1 changed files with 3 additions and 1 deletions
|
|
@ -35,7 +35,9 @@
|
||||||
<p class="post-date"><?php the_time(get_option('date_format')); ?></p>
|
<p class="post-date"><?php the_time(get_option('date_format')); ?></p>
|
||||||
|
|
||||||
<h1 class="post-title"><?php the_title(); ?></h1>
|
<h1 class="post-title"><?php the_title(); ?></h1>
|
||||||
|
|
||||||
|
<p class="post-date">by <?php the_author(); ?></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="post-inner">
|
<div class="post-inner">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue