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

@ -36,6 +36,8 @@
<h1 class="post-title"><?php the_title(); ?></h1>
<p class="post-date">by <?php the_author(); ?></p>
</div>
<div class="post-inner">