Title: Submit Button Under Comments Form
Last modified: August 21, 2016

---

# Submit Button Under Comments Form

 *  Resolved [User78342324](https://wordpress.org/support/users/rune-vantage/)
 * (@rune-vantage)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/submit-button-under-comments-form/)
 * After installing Anspress, it puts a submit button under my comment “post” button.
   Is there any to get rid of this?
 * [http://pixelated.crylab.co/blog/8-must-plugins-multisite/](http://pixelated.crylab.co/blog/8-must-plugins-multisite/)
 * Thanks,
    Marc
 * [https://wordpress.org/plugins/anspress/](https://wordpress.org/plugins/anspress/)

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

 *  Plugin Author [Rahul Aryan](https://wordpress.org/support/users/nerdaryan/)
 * (@nerdaryan)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/submit-button-under-comments-form/#post-5121912)
 * Hello Marc,
    This issue will be fixed. thanks for reporting.
 *  Plugin Author [Rahul Aryan](https://wordpress.org/support/users/nerdaryan/)
 * (@nerdaryan)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/submit-button-under-comments-form/#post-5121914)
 * for fixing right now you can do this:
    Open anspress/includes/anspress-form.php,
 * and replace this function:
 *     ```
       public function comment_button($post_id) {
       		$post_type = get_post_type( $post_id );
       		if($post_type == 'question' || $post_type =='answer')
       			echo '<div class="ap-comment-sc"><button class="ap-btn-comment ap-btn ap-btn-small" type="submit">' . __( 'Submit' ) . '</button></div>';
           }
       ```
   
 *  Thread Starter [User78342324](https://wordpress.org/support/users/rune-vantage/)
 * (@rune-vantage)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/submit-button-under-comments-form/#post-5122071)
 * Thanks nerdaryan,
 * It worked! Looking forward to the update!
 * Thanks again,
    Marc

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

The topic ‘Submit Button Under Comments Form’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/anspress_fde1d3.svg)
 * [AnsPress - Question and answer plugin](https://wordpress.org/plugins/anspress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/anspress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/anspress/)
 * [Active Topics](https://wordpress.org/support/plugin/anspress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/anspress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/anspress/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [submit button](https://wordpress.org/support/topic-tag/submit-button/)

 * 3 replies
 * 2 participants
 * Last reply from: [User78342324](https://wordpress.org/support/users/rune-vantage/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/submit-button-under-comments-form/#post-5122071)
 * Status: resolved