Title: Can&#039;t remove author
Last modified: August 30, 2016

---

# Can't remove author

 *  [RyanCovel](https://wordpress.org/support/users/ryancovel/)
 * (@ryancovel)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/cant-remove-author/)
 * Hi guys,
 * I’ve tried using all the custom CSS everyone has been posting, but I can’t manage
   to get rid of the author link of my articles. I don’t want the Author to be shown
   on the home page nor on the individual articles. Anyone know whats up? Site is
   [http://www.ryancovel.com](http://www.ryancovel.com)
 * Thanks

Viewing 1 replies (of 1 total)

 *  [kochtopf](https://wordpress.org/support/users/kochtopf/)
 * (@kochtopf)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/cant-remove-author/#post-6347180)
 * I deleted the following code in the: /atout/framework/template-tags.php
    110c110
 *     ```
       < 		_x( 'Posted on %s', 'post date', 'atout' ),
       ---
       > 		_x( '%s', 'post date', 'atout' ),
       114,118c114,119
       < 	$byline = sprintf(
       < 		_x( 'by %s', 'post author', 'atout' ),
       < 		'<span class="author vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '">' . esc_html( get_the_author() ) . '</a></span>'
       < 	);
       <
       ---
       > /**
       > *	$byline = sprintf(
       > *		_x( 'by %s', 'post author', 'atout' ),
       > *		'<span class="author vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '">' . esc_html( get_the_author() ) . '</a></span>'
       > *	);
       > */
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Can't remove author’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/atout/1.0.3/screenshot.png)
 * Atout
 * [Support Threads](https://wordpress.org/support/theme/atout/)
 * [Active Topics](https://wordpress.org/support/theme/atout/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/atout/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/atout/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [kochtopf](https://wordpress.org/support/users/kochtopf/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/cant-remove-author/#post-6347180)
 * Status: not resolved