Title: Remove Author
Last modified: August 19, 2016

---

# Remove Author

 *  Resolved [neweb](https://wordpress.org/support/users/neweb/)
 * (@neweb)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/remove-author/)
 * Template: twentyten
 * How to I remove the author from a post
    Example: Posted on September 11, 2010
   by admin
 * I want to replace it with
    Posted on September 11, 2010
 * I have been at the code for hours and just can’t get it to work.

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

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/remove-author/#post-1686153)
 * In functions.php around line 442, change this:
 *     ```
       function twentyten_posted_on() {
       	printf( __( '<span class="%1$s">Posted on</span> %2$s <span class="meta-sep">by</span> %3$s', 'twentyten' ),
       		'meta-prep meta-prep-author',
       ```
   
 * to this:
 *     ```
       function twentyten_posted_on() {
       	printf( __( '<span class="%1$s">Posted on</span> %2$s', 'twentyten' ),
       		'meta-prep meta-prep-author',
       ```
   
 *  Thread Starter [neweb](https://wordpress.org/support/users/neweb/)
 * (@neweb)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/remove-author/#post-1686160)
 * vtxyzzy,
    Thanks a lot. That worked perfect.
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/remove-author/#post-1686165)
 * You are welcome. Now, please use the dropdown at top right to mark this topic‘
   Resolved’.
 *  Thread Starter [neweb](https://wordpress.org/support/users/neweb/)
 * (@neweb)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/remove-author/#post-1686167)
 * That’s done now.

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

The topic ‘Remove Author’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [function](https://wordpress.org/support/topic-tag/function/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [neweb](https://wordpress.org/support/users/neweb/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/remove-author/#post-1686167)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
