Add author to post

This commit is contained in:
Markus Ankenbrand 2016-09-12 22:25:09 +02:00
parent a5b9b4d301
commit 4551d7be7b

View file

@ -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">