Skip to content

Commit

Permalink
Merge pull request #6 from ljllewellyn/patch-1
Browse files Browse the repository at this point in the history
Update author tag in single.php 💯
  • Loading branch information
joshbeckman committed Jul 17, 2015
2 parents 52d6437 + 9ce2cec commit 0f11b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<h1 class="title"><?php the_title(); // Display the title of the post ?></h1>
<div class="post-meta">
<?php the_time('m.d.Y'); // Display the time it was published ?>
<?php // the author(); Uncomment this and it will display the post author ?>
<?php // the_author(); Uncomment this and it will display the post author ?>

</div><!--/post-meta -->

Expand Down

0 comments on commit 0f11b5a

Please sign in to comment.