Title: [Plugin: WP About Author] Cannot remove authorbox from posts
Last modified: August 20, 2016

---

# [Plugin: WP About Author] Cannot remove authorbox from posts

 *  [Raggy1988](https://wordpress.org/support/users/raggy1988/)
 * (@raggy1988)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-about-author-cannot-remove-authorbox-from-posts/)
 * Hi all,
 * I’m a noob in CSS and PHP, but I cannot remove the authorbox from posts. I read
   the FAQ and it said:
 *     ```
       <?php
       function my_wp_about_author_display($author_content){
           if(is_page(100))
               return "";
           return $author_content;
       }
       add_filter('wp_about_author_display', 'my_wp_about_author_display');
       ?>
       ```
   
 * Now that is for a page. I edited if(is_page(100)) to if(is_page(ID)).
 * Then my WP crashed. What did I do wrong? The author box is showing in my contactforms
   and stuff. I’m using the Simple Catch theme.
 * [http://wordpress.org/extend/plugins/wp-about-author/](http://wordpress.org/extend/plugins/wp-about-author/)

The topic ‘[Plugin: WP About Author] Cannot remove authorbox from posts’ is closed
to new replies.

 * ![](https://ps.w.org/wp-about-author/assets/icon-256x256.png?rev=3298335)
 * [WP About Author](https://wordpress.org/plugins/wp-about-author/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-about-author/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-about-author/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-about-author/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-about-author/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-about-author/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Raggy1988](https://wordpress.org/support/users/raggy1988/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-about-author-cannot-remove-authorbox-from-posts/)
 * Status: not resolved