Title: Remove Author byline
Last modified: August 31, 2016

---

# Remove Author byline

 *  [bwuwu](https://wordpress.org/support/users/bwuwu/)
 * (@bwuwu)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-author-byline-2/)
 * Hi There,
 * I am trying to remove the author byline on /amp/ pages because I’m receiving 
   schema.org errors.
 * I tried attaching the following code I retrieved from: [https://github.com/Automattic/amp-wp](https://github.com/Automattic/amp-wp)
 *     ```
       add_filter( 'amp_post_template_meta_parts', 'xyz_amp_remove_author_meta' );
   
       function xyz_amp_remove_author_meta( $meta_parts ) {
           foreach ( array_keys( $meta_parts, 'meta-author', true ) as $key ) {
               unset( $meta_parts[ $key ] );
           }
           return $meta_parts;
       }
       ```
   
 * in my functions.php of my child theme.
 * Any help would be appreciated.
 * Thanks,
    Brian
 * [https://wordpress.org/plugins/pagefrog/](https://wordpress.org/plugins/pagefrog/)

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

 * ![](https://s.w.org/plugins/geopattern-icon/pagefrog_4e5371.svg)
 * [Facebook Instant Articles & Google AMP Pages by PageFrog](https://wordpress.org/plugins/pagefrog/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pagefrog/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pagefrog/)
 * [Active Topics](https://wordpress.org/support/plugin/pagefrog/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pagefrog/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pagefrog/reviews/)

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [bwuwu](https://wordpress.org/support/users/bwuwu/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/remove-author-byline-2/)
 * Status: not resolved