Title: Disabling Author
Last modified: November 6, 2019

---

# Disabling Author

 *  Resolved [DoYouThinkYouKnowMe](https://wordpress.org/support/users/alihsan/)
 * (@alihsan)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/disabling-author/)
 * Hi.
 * Is there a way to disabling the author in the settings so it doesn’t show in 
   the front end.
 * I know you can make is disappear through css and editing the plugin.
 * Just wondering if there is an easier way that I don’t have to do it manually?

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

 *  [FahimMurshed](https://wordpress.org/support/users/fahimmurshed/)
 * (@fahimmurshed)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/disabling-author/#post-12101350)
 * Hi,
 * Thanks that you know how to hide by CSS but there is no option to disable by 
   plugin setting page.
 * Have to do it manually or modify the “wpcftemplate” template file.
 * Thanks.
 *  Thread Starter [DoYouThinkYouKnowMe](https://wordpress.org/support/users/alihsan/)
 * (@alihsan)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/disabling-author/#post-12105124)
 * Could you give me steps how to do that?
 *  [FahimMurshed](https://wordpress.org/support/users/fahimmurshed/)
 * (@fahimmurshed)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/disabling-author/#post-12105768)
 * Sure, please check this file: `/wp-content/plugins/wp-crowdfunding/wpcftemplate/
   woocommerce/basic/include/author.php`
 * Remove this:
 *     ```
       <p class="wpneo-author-info">
           <?php _e('by','wp-crowdfunding'); ?>
           <a href="javascript:;" data-author="<?php echo $post->post_author; ?>" class="wpneo-fund-modal-btn"><?php echo wpcf_function()->get_author_name(); ?></a>
       </p>
       ```
   
 * ![](https://i0.wp.com/i.imgur.com/ubITzgJ.png?ssl=1)

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

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

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

 * 3 replies
 * 2 participants
 * Last reply from: [FahimMurshed](https://wordpress.org/support/users/fahimmurshed/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/disabling-author/#post-12105768)
 * Status: resolved