Title: User-specific AutoText?
Last modified: August 18, 2016

---

# User-specific AutoText?

 *  [ewz](https://wordpress.org/support/users/ewz/)
 * (@ewz)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/user-specific-autotext/)
 * I would like to automatically add a block of text at the bottom of each post 
   a specific user makes, kind of like a signature file in an e-mail program.
 * But I don’t want to add the text to all users, only to one.
 * Is this possible?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/user-specific-autotext/#post-254679)
 * Like an “admin sig” sort of thing? That WOULD be neat….
 *  [Joshua Sigar](https://wordpress.org/support/users/alphaoide/)
 * (@alphaoide)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/user-specific-autotext/#post-254682)
 * Inside the loop…
 * `<?php
    if( 'admin' == the_author( 'login', false ) ) : echo 'My Signature'; 
   endif; ?>
 * Replace `admin` with any login name
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/user-specific-autotext/#post-254683)
 * Alphaoide, YOU are a pretty good example of a marvel…. gonna try this out tomorrow,
   I’ll report back….

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘User-specific AutoText?’ is closed to new replies.

## Tags

 * [auto](https://wordpress.org/support/topic-tag/auto/)
 * [automatic](https://wordpress.org/support/topic-tag/automatic/)
 * [signature](https://wordpress.org/support/topic-tag/signature/)
 * [user](https://wordpress.org/support/topic-tag/user/)

 * 3 replies
 * 3 participants
 * Last reply from: [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * Last activity: [20 years, 9 months ago](https://wordpress.org/support/topic/user-specific-autotext/#post-254683)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
