Loading single.php +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ get_header(); </div> <footer> <div class="post-meta-author"><?php echo get_the_author_meta('display_name', $post->post_author);?></div> <time><?php echo get_the_date();?></time> <time><?php the_date();?></time> </footer> </article> </main> Loading Loading
single.php +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ get_header(); </div> <footer> <div class="post-meta-author"><?php echo get_the_author_meta('display_name', $post->post_author);?></div> <time><?php echo get_the_date();?></time> <time><?php the_date();?></time> </footer> </article> </main> Loading