Title: Add Author&#8217;s name ??
Last modified: August 19, 2016

---

# Add Author’s name ??

 *  [hzemall](https://wordpress.org/support/users/hzemall/)
 * (@hzemall)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/add-authors-name/)
 * How can I have the authors name appear on posts and or pages they write, and 
   even their picture ?
 * Thanks

Viewing 1 replies (of 1 total)

 *  [nickrita](https://wordpress.org/support/users/nickrita/)
 * (@nickrita)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/add-authors-name/#post-676800)
 * hzemall, in your theme on single.php there is the beginning of the loop:
 *     ```
       <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
   
       		<div class="post">
       ```
   
 * After this there is something like this:
 * `<h2 id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel
   ="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?
   > <small> von <?php the_author_posts_link(); ?></small></a></h2>`
 * In this I linked the author to the author profile by `<?php the_author_posts_link();?
   >`. If you don’t want it as a link, you can use `<?php the_author(); ?>` instead.
 * To get a photo look for plugins with avatars or gravatars (I don’t know, because
   I don’t have them.)
 * Greetings,
    Rita

Viewing 1 replies (of 1 total)

The topic ‘Add Author’s name ??’ is closed to new replies.

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 1 reply
 * 2 participants
 * Last reply from: [nickrita](https://wordpress.org/support/users/nickrita/)
 * Last activity: [18 years, 4 months ago](https://wordpress.org/support/topic/add-authors-name/#post-676800)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
