Parcourir la source

Update archive.php

nategabriel il y a 13 ans
Parent
commit
1f23f5cc10
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      archive.php

+ 1 - 1
archive.php

@@ -22,7 +22,7 @@
 					    ?>
 						    <h1 class="archive-title h2">
 
-						    	<span><?php _e("Posts By:", "bonestheme"); ?></span> <?php echo get_the_author_meta('display_name', $author_id); ?>
+						    	<span><?php _e("Posts By:", "bonestheme"); ?></span> <?php echo the_author_meta('display_name', $author_id); ?>
 
 						    </h1>
 					    <?php } elseif (is_day()) { ?>