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